Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java42 private final String mUciPrefix; field in BluetoothMapAccountItem
55 this.mUciPrefix = uciPrefix; in BluetoothMapAccountItem()
83 return mUciPrefix; in getUciPrefix()
90 if (mUciPrefix == null) { in getUciFull()
93 return new StringBuilder(mUciPrefix).append(":").append(mUci).toString(); in getUciFull()