Searched refs:removedAccountList (Results 1 – 1 of 1) sorted by relevance
93 ArrayList<BluetoothMapAccountItem> removedAccountList = mFullList.get(app); in handleAccountChanges() local97 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()