Searched defs:ParcelUuid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DParcelUuid.java26 public final class ParcelUuid implements Parcelable { class in inherits:Parcelable
31 * Constructor creates a ParcelUuid instance from the
36 public ParcelUuid(UUID uuid) { method in class:ParcelUuid
41 * Creates a new ParcelUuid from a string representation of {@link UUID}.
45 * @return a ParcelUuid instance.
51 public static ParcelUuid fromString(String uuid) {
52 return new ParcelUuid(UUID.fromString(uuid));
56 * Get the {@link UUID} represented by the ParcelUuid.
58 * @return UUID contained in the ParcelUuid.
65 * Returns a string representation of the ParcelUuid
[all...]

Completed in 47 milliseconds