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