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

Commit 1e13f26f 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

am: 538a42da

Change-Id: Ia8a8847b3f6033b3256269313806b49d20c21cce
parents 27c24e67 538a42da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31851,6 +31851,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;
    }