Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java72 private String[] mBtUids = {}; field in BluetoothMapbMessage.VCard
206 if (mBtUids.length > 0) { in getFirstBtUid()
207 return mBtUids[0]; in getFirstBtUid()
228 for (String btUid : mBtUids) { in encode()