Searched refs:removedAccountList (Results 1 – 2 of 2) sorted by relevance
94 ArrayList<BluetoothMapAccountItem> removedAccountList = mFullList.get(app); in handleAccountChanges() local102 removedAccountList.remove(oldAcc); in handleAccountChanges()131 for(BluetoothMapAccountItem removedAcc: removedAccountList){ in handleAccountChanges()
782 final Set<Long> removedAccountList = new HashSet<Long>(); in onChange() local802 removedAccountList.add(accountId); in onChange()810 for (final long accountId : removedAccountList) { in onChange()