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

Commit a2ea59c9 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

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

parents e62e9a27 cb8936ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31848,6 +31848,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;
    }