Searched refs:mUciPrefix (Results 1 – 1 of 1) sorted by relevance
42 private final String mUciPrefix; field in BluetoothMapAccountItem55 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()