Fix build.

I fixed the API review that some new methods should be hidden.

When I did that, I hid too many methods, there were other existing
ones that were intended to be hidden.

Now these are all hidden.

The relevant APIs are:

  public static class Debug.MemoryInfo implements android.os.Parcelable {
    method public static java.lang.String getOtherLabel(int);
    method public int getOtherPrivateDirty(int);
    method public int getOtherPss(int);
    method public int getOtherSharedDirty(int);
  }

Change-Id: Ie0674744af761104768b324c2e5ff83729dcc7fb
1 file changed