Home | History | Annotate | Download | only in api

Lines Matching full:uuid

4251     method public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException;
4252 method public android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException;
4477 method public android.bluetooth.BluetoothSocket createInsecureRfcommSocketToServiceRecord(java.util.UUID) throws java.io.IOException;
4478 method public android.bluetooth.BluetoothSocket createRfcommSocketToServiceRecord(java.util.UUID) throws java.io.IOException;
4494 field public static final java.lang.String ACTION_UUID = "android.bluetooth.device.action.UUID";
4506 field public static final java.lang.String EXTRA_UUID = "android.bluetooth.device.extra.UUID";
11185 field public java.util.UUID type;
11186 field public java.util.UUID uuid;
15035 ctor public ParcelUuid(java.util.UUID);
15038 method public java.util.UUID getUuid();
37333 public final class UUID implements java.lang.Comparable java.io.Serializable {
37334 ctor public UUID(long, long);
37336 method public int compareTo(java.util.UUID);
37337 method public static java.util.UUID fromString(java.lang.String);
37340 method public static java.util.UUID nameUUIDFromBytes(byte[]);
37342 method public static java.util.UUID randomUUID();