Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfbc6fe4 authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge "@hide new API" into oc-mr1-dev

am: 414f1975

Change-Id: Ibf19c48a75a3af41f82817c438d8d67142a52cea
parents 7ff30383 414f1975
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41124,7 +41124,6 @@ package android.test.mock {
    method public android.content.Intent getLaunchIntentForPackage(java.lang.String);
    method public android.content.Intent getLeanbackLaunchIntentForPackage(java.lang.String);
    method public java.lang.String getNameForUid(int);
    method public java.lang.String[] getNamesForUids(int[]);
    method public int[] getPackageGids(java.lang.String) throws android.content.pm.PackageManager.NameNotFoundException;
    method public int[] getPackageGids(java.lang.String, int) throws android.content.pm.PackageManager.NameNotFoundException;
    method public android.content.pm.PackageInfo getPackageInfo(java.lang.String, int) throws android.content.pm.PackageManager.NameNotFoundException;
+0 −1
Original line number Diff line number Diff line
@@ -44816,7 +44816,6 @@ package android.test.mock {
    method public android.content.Intent getLaunchIntentForPackage(java.lang.String);
    method public android.content.Intent getLeanbackLaunchIntentForPackage(java.lang.String);
    method public java.lang.String getNameForUid(int);
    method public java.lang.String[] getNamesForUids(int[]);
    method public int[] getPackageGids(java.lang.String) throws android.content.pm.PackageManager.NameNotFoundException;
    method public int[] getPackageGids(java.lang.String, int) throws android.content.pm.PackageManager.NameNotFoundException;
    method public android.content.pm.PackageInfo getPackageInfo(java.lang.String, int) throws android.content.pm.PackageManager.NameNotFoundException;
+0 −1
Original line number Diff line number Diff line
@@ -41378,7 +41378,6 @@ package android.test.mock {
    method public android.content.Intent getLaunchIntentForPackage(java.lang.String);
    method public android.content.Intent getLeanbackLaunchIntentForPackage(java.lang.String);
    method public java.lang.String getNameForUid(int);
    method public java.lang.String[] getNamesForUids(int[]);
    method public int[] getPackageGids(java.lang.String) throws android.content.pm.PackageManager.NameNotFoundException;
    method public int[] getPackageGids(java.lang.String, int) throws android.content.pm.PackageManager.NameNotFoundException;
    method public android.content.pm.PackageInfo getPackageInfo(java.lang.String, int) throws android.content.pm.PackageManager.NameNotFoundException;
+1 −0
Original line number Diff line number Diff line
@@ -321,6 +321,7 @@ public class MockPackageManager extends PackageManager {
        throw new UnsupportedOperationException();
    }

    /** @hide */
    @Override
    public String[] getNamesForUids(int uid[]) {
        throw new UnsupportedOperationException();