Searched refs:removedAccountList (Results 1 – 2 of 2) sorted by relevance
96 ArrayList<BluetoothMapAccountItem> removedAccountList = mFullList.get(app); in handleAccountChanges() local99 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()
782 final Set<Long> removedAccountList = new HashSet<Long>(); in onChange() local802 removedAccountList.add(accountId); in onChange()810 for (final long accountId : removedAccountList) { in onChange()