File
Doc
Category
Size
Date
Package
ParcelUuid.java
API Doc
Android 5.1 API
870
Sat Mar 14 14:09:38 GMT 2015
android.os
ParcelUuid
java.lang.Object
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
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
object)
throw new RuntimeException("Stub!");
public static
android.os.ParcelUuid
fromString
(
java.lang.String
uuid)
throw new RuntimeException("Stub!");
public
java.util.UUID
getUuid
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source