Home
last modified time | relevance | path

Searched refs:mUciPrefix (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java38 private final String mUciPrefix; field in BluetoothMapAccountItem
58 this.mUciPrefix = uciPrefix; in BluetoothMapAccountItem()
97 return mUciPrefix; in getUciPrefix()
104 if (mUciPrefix == null) { in getUciFull()
107 return new StringBuilder(mUciPrefix).append(":").append(mUci).toString(); in getUciFull()