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
203 if(mBtUids.length > 0) { in getFirstBtUid()
204 return mBtUids[0]; in getFirstBtUid()
227 for(String btUid : mBtUids) in encode()