Searched refs:mFullList (Results 1 – 1 of 1) sorted by relevance
46 private LinkedHashMap<BluetoothMapAccountItem, ArrayList<BluetoothMapAccountItem>> mFullList; field in BluetoothMapAppObserver62 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 …]