Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java96 ArrayList<BluetoothMapAccountItem> removedAccountList = mFullList.get(app); in handleAccountChanges() local
99 if (removedAccountList == null) in handleAccountChanges()
100 removedAccountList = new ArrayList <BluetoothMapAccountItem>(); in handleAccountChanges()
107 removedAccountList.remove(oldAcc); in handleAccountChanges()
136 for(BluetoothMapAccountItem removedAcc: removedAccountList){ in handleAccountChanges()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java782 final Set<Long> removedAccountList = new HashSet<Long>(); in onChange() local
802 removedAccountList.add(accountId); in onChange()
810 for (final long accountId : removedAccountList) { in onChange()