Example usage for Java android.os ParcelUuid fields, constructors, methods, implement or subclass
The text is from its open source code.
ParcelUuid(UUID uuid) Constructor creates a ParcelUuid instance from the given UUID . |
boolean | equals(Object object) Compares this ParcelUuid to another object for equality. |
ParcelUuid | fromString(String uuid) Creates a new ParcelUuid from a string representation of UUID . |
UUID | getUuid() Get the UUID represented by the ParcelUuid. |
String | toString() Returns a string representation of the ParcelUuid For example: 0000110B-0000-1000-8000-00805F9B34FB will be the return value. |