Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java93 ArrayList<BluetoothMapAccountItem> removedAccountList = mFullList.get(app); in handleAccountChanges() local
97 if (removedAccountList == null) { in handleAccountChanges()
98 removedAccountList = new ArrayList<BluetoothMapAccountItem>(); in handleAccountChanges()
106 removedAccountList.remove(oldAcc); in handleAccountChanges()
139 for (BluetoothMapAccountItem removedAcc : removedAccountList) { in handleAccountChanges()