Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java46 private LinkedHashMap<BluetoothMapAccountItem, ArrayList<BluetoothMapAccountItem>> mFullList; field in BluetoothMapAppObserver
62 mFullList = mLoader.parsePackages(false); /* Get the current list of apps */ in BluetoothMapAppObserver()
69 for (BluetoothMapAccountItem app : mFullList.keySet()) { in getApp()
89 ArrayList<BluetoothMapAccountItem> oldAccountList = mFullList.get(app); in handleAccountChanges()
93 ArrayList<BluetoothMapAccountItem> removedAccountList = mFullList.get(app); in handleAccountChanges()
101 mFullList.put(app, newAccountList); in handleAccountChanges()
214 for (BluetoothMapAccountItem app : mFullList.keySet()) { in initObservers()
221 for (BluetoothMapAccountItem app : mFullList.keySet()) { in deinitObservers()
307 mFullList.put(app, newAccountList); in createReceiver()
319 mFullList.remove(app); in createReceiver()
[all …]