Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java135 private ArrayList<BluetoothMapAccountItem> mEnabledAccounts = null; field in BluetoothMapService
725 mEnabledAccounts = mAppObserver.getEnabledAccountItems(); in start()
796 if (!mEnabledAccounts.remove(account)) { in updateMasInstancesHandler()
802 if (mEnabledAccounts.size() > 0) { in updateMasInstancesHandler()
803 for (BluetoothMapAccountItem account : mEnabledAccounts) { in updateMasInstancesHandler()
827 mEnabledAccounts = newAccountList; in updateMasInstancesHandler()
833 for (BluetoothMapAccountItem account : mEnabledAccounts) { in updateMasInstancesHandler()
887 for (BluetoothMapAccountItem account : mEnabledAccounts) { in createMasInstances()
1484 for (BluetoothMapAccountItem account : mEnabledAccounts) { in dump()