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

Commit 538a42da authored by Makoto Onuki's avatar Makoto Onuki Committed by android-build-merger
Browse files

Merge "Expose UserHandle.getIdentifier() to CTS." into oc-dev

am: a2ea59c9

Change-Id: Ic9eebe67290f7dcd7ff59bb40c81d39bf2a8d82d
parents bef5863f a2ea59c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31846,6 +31846,7 @@ package android.os {
    ctor public UserHandle(android.os.Parcel);
    method public int describeContents();
    method public static int getAppId(int);
    method public int getIdentifier();
    method public static android.os.UserHandle getUserHandleForUid(int);
    method public static android.os.UserHandle readFromParcel(android.os.Parcel);
    method public void writeToParcel(android.os.Parcel, int);
+1 −0
Original line number Diff line number Diff line
@@ -344,6 +344,7 @@ public final class UserHandle implements Parcelable {
     * @hide
     */
    @SystemApi
    @TestApi
    public @UserIdInt int getIdentifier() {
        return mHandle;
    }