Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java105 ArrayList<BluetoothMapAccountItem> removedAccountList = mFullList.get(app); in handleAccountChanges() local
109 if (removedAccountList == null) { in handleAccountChanges()
110 removedAccountList = new ArrayList<BluetoothMapAccountItem>(); in handleAccountChanges()
118 removedAccountList.remove(oldAcc); in handleAccountChanges()
153 for (BluetoothMapAccountItem removedAcc : removedAccountList) { in handleAccountChanges()