Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java130 private SparseArray<BluetoothMapMasInstance> mMasInstances = field in BluetoothMapService
180 if (mMasInstances.size() > 0) { in closeService()
181 for (int i=0, c=mMasInstances.size(); i < c; i++) { in closeService()
182 mMasInstances.valueAt(i).shutdown(); in closeService()
184 mMasInstances.clear(); in closeService()
220 for(int i=0, c=mMasInstances.size(); i < c; i++) { in startRfcommSocketListeners()
221 mMasInstances.valueAt(i).startRfcommSocketListener(); in startRfcommSocketListeners()
224 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in startRfcommSocketListeners()
255 for(int i=0, c=mMasInstances.size(); i < c; i++) { in startObexServerSessions()
257 if(mMasInstances.valueAt(i) in startObexServerSessions()
[all …]