HomeSort by relevance Sort by last modified time
    Searched refs:newAccountList (Results 1 - 4 of 4) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AccountUtils.java 44 List<Account> newAccountList = new ArrayList<Account>();
59 newAccountList.add(accounts[i]);
62 return newAccountList;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppObserver.java 100 ArrayList<BluetoothMapAccountItem> newAccountList = mLoader.parseAccounts(app);
103 (ArrayList<BluetoothMapAccountItem>) newAccountList.clone();
113 mFullList.put(app, newAccountList);
114 for (BluetoothMapAccountItem newAcc : newAccountList) {
310 ArrayList<BluetoothMapAccountItem> newAccountList =
312 mFullList.put(app, newAccountList);
BluetoothMapService.java 682 * newAccountList - all accounts from mAppObserver
702 ArrayList<BluetoothMapAccountItem> newAccountList = mAppObserver.getEnabledAccountItems();
705 for (BluetoothMapAccountItem account : newAccountList) {
741 mEnabledAccounts = newAccountList;
    [all...]
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java     [all...]

Completed in 671 milliseconds