Searched refs:mFullList (Results 1 – 1 of 1) sorted by relevance
48 private LinkedHashMap<BluetoothMapAccountItem, ArrayList<BluetoothMapAccountItem>> mFullList; field in BluetoothMapAppObserver64 mFullList = mLoader.parsePackages(false); /* Get the current list of apps */ in BluetoothMapAppObserver()74 for (BluetoothMapAccountItem app : mFullList.keySet()) { in getApp()101 ArrayList<BluetoothMapAccountItem> oldAccountList = mFullList.get(app); in handleAccountChanges()105 ArrayList<BluetoothMapAccountItem> removedAccountList = mFullList.get(app); in handleAccountChanges()113 mFullList.put(app, newAccountList); in handleAccountChanges()225 for (BluetoothMapAccountItem app : mFullList.keySet()) { in initObservers()234 for (BluetoothMapAccountItem app : mFullList.keySet()) { in deinitObservers()312 mFullList.put(app, newAccountList); in createReceiver()326 mFullList.remove(app); in createReceiver()[all …]