FileDocCategorySizeDatePackage
ParcelUuid.javaAPI DocAndroid 5.1 API870Sat Mar 14 14:09:38 GMT 2015android.os

ParcelUuid

public final class ParcelUuid extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public ParcelUuid(UUID uuid)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object object)

 throw new RuntimeException("Stub!"); 
public static android.os.ParcelUuidfromString(java.lang.String uuid)

 throw new RuntimeException("Stub!"); 
public java.util.UUIDgetUuid()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");