Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java89 ArrayList<BluetoothMapAccountItem> oldAccountList = mFullList.get(app); in handleAccountChanges() local
94 if (oldAccountList == null) { in handleAccountChanges()
95 oldAccountList = new ArrayList<BluetoothMapAccountItem>(); in handleAccountChanges()
103 for (BluetoothMapAccountItem oldAcc : oldAccountList) { in handleAccountChanges()