Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 3 of 3) sorted by relevance

/development/tools/repo_diff/service/repodiff/tools/migrations/
D2018_02_21__21_30_16_upgrade.sql5 uuid BINARY(16) NOT NULL, field
D2018_02_09__00_07_41_upgrade.sql6 uuid BINARY(16) NOT NULL, field
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DSampleGattAttributes.java38 public static String lookup(String uuid, String defaultName) { in lookup()