Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java68 private String[] mBtUids = {}; field in BluetoothMapbMessage.VCard
215 if (mBtUids.length > 0) { in getFirstBtUid()
216 return mBtUids[0]; in getFirstBtUid()
237 for (String btUid : mBtUids) { in encode()