package android.os;
public final class UserHandle
implements android.os.Parcelable
{
public UserHandle(android.os.Parcel in) { throw new RuntimeException("Stub!"); }
public static final int myUserId() { throw new RuntimeException("Stub!"); }
public final boolean isOwner() { throw new RuntimeException("Stub!"); }
public int getIdentifier() { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object obj) { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel out, int flags) { throw new RuntimeException("Stub!"); }
public static void writeToParcel(android.os.UserHandle h, android.os.Parcel out) { throw new RuntimeException("Stub!"); }
public static android.os.UserHandle readFromParcel(android.os.Parcel in) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.os.UserHandle> CREATOR;
static { CREATOR = null; }
}
|