Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java126 private SparseArray<BluetoothMapMasInstance> mMasInstances = field in BluetoothMapService
175 int numMasInstances = mMasInstances.size(); in closeService()
177 mMasInstances.valueAt(i).shutdown(); in closeService()
179 mMasInstances.clear(); in closeService()
213 for (int i = 0, c = mMasInstances.size(); i < c; i++) { in startSocketListeners()
214 mMasInstances.valueAt(i).startSocketListeners(); in startSocketListeners()
217 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in startSocketListeners()
251 for (int i = 0, c = mMasInstances.size(); i < c; i++) { in startObexServerSessions()
253 if (mMasInstances.valueAt(i).startObexServerSession(mBluetoothMnsObexClient)) { in startObexServerSessions()
267 mMasInstances.valueAt(i).restartObexServerSession(); in startObexServerSessions()
[all …]