Searched refs:mFullList (Results 1 – 2 of 2) sorted by relevance
49 private LinkedHashMap<BluetoothMapAccountItem, ArrayList<BluetoothMapAccountItem>> mFullList; field in BluetoothMapAppObserver65 mFullList = mLoader.parsePackages(false); /* Get the current list of apps */ in BluetoothMapAppObserver()73 for(BluetoothMapAccountItem app:mFullList.keySet()){ in getApp()92 ArrayList<BluetoothMapAccountItem> oldAccountList = mFullList.get(app); in handleAccountChanges()96 ArrayList<BluetoothMapAccountItem> removedAccountList = mFullList.get(app); in handleAccountChanges()102 mFullList.put(app, newAccountList); in handleAccountChanges()195 for(BluetoothMapAccountItem app: mFullList.keySet()){ in initObservers()202 for(BluetoothMapAccountItem app: mFullList.keySet()){ in deinitObservers()270 mFullList.put(app, newAccountList); in createReceiver()283 mFullList.remove(app); in createReceiver()[all …]
89 LinkedHashMap<BluetoothMapAccountItem, ArrayList<BluetoothMapAccountItem>> mFullList; field in BluetoothMapContentTest101 mFullList = loader.parsePackages(false); in initTestSetup()117 for(BluetoothMapAccountItem app:mFullList.keySet()){ in getEnabledAccount()118 ArrayList<BluetoothMapAccountItem> accountList = mFullList.get(app); in getEnabledAccount()