Loading api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -4305,6 +4305,7 @@ package android.os { } public final class UserHandle implements android.os.Parcelable { method public static int getAppId(int); method public int getIdentifier(); method @Deprecated public boolean isOwner(); method public boolean isSystem(); Loading core/java/android/os/UserHandle.java +1 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,7 @@ public final class UserHandle implements Parcelable { * @hide */ @TestApi @SystemApi public static @AppIdInt int getAppId(int uid) { return uid % PER_USER_RANGE; } Loading Loading
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -4305,6 +4305,7 @@ package android.os { } public final class UserHandle implements android.os.Parcelable { method public static int getAppId(int); method public int getIdentifier(); method @Deprecated public boolean isOwner(); method public boolean isSystem(); Loading
core/java/android/os/UserHandle.java +1 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,7 @@ public final class UserHandle implements Parcelable { * @hide */ @TestApi @SystemApi public static @AppIdInt int getAppId(int uid) { return uid % PER_USER_RANGE; } Loading