FileDocCategorySizeDatePackage
UserHandle.javaAPI DocAndroid 5.1 API1138Sat Mar 14 14:10:04 GMT 2015android.os

UserHandle.java

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; }
}