Searched defs:mBtUcis (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessage.java71 private String[] mBtUcis = {}; field in class:BluetoothMapbMessage.VCard
130 this.mBtUcis = btUcis;
198 if (mBtUcis.length > 0) {
199 return mBtUcis[0];
231 for (String btUci : mBtUcis) {

Completed in 12 milliseconds