Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppObserver.java101 ArrayList<BluetoothMapAccountItem> oldAccountList = mFullList.get(app); in handleAccountChanges() local
106 if (oldAccountList == null) { in handleAccountChanges()
107 oldAccountList = new ArrayList<BluetoothMapAccountItem>(); in handleAccountChanges()
115 for (BluetoothMapAccountItem oldAcc : oldAccountList) { in handleAccountChanges()