File
Doc
Category
Size
Date
Package
UserHandle.java
API Doc
Android 5.1 API
919
Sat Mar 14 14:09:40 GMT 2015
android.os
UserHandle
java.lang.Object
public final class UserHandle extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public UserHandle
(
android.os.Parcel
in)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
obj)
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public static
android.os.UserHandle
readFromParcel
(
android.os.Parcel
in)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
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!");
Java Code Source