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