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

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 86 final List<Uri> newAccounts = new ArrayList<Uri>(allAccounts.length);
88 newAccounts.add(account.settings.defaultInbox);
93 if (!newAccounts.contains(previous)) {
98 for (final Uri fresh : newAccounts) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 590 * newAccounts - accounts that have been enabled since mEnabledAccounts
609 ArrayList<BluetoothMapEmailSettingsItem> newAccounts = null;
611 newAccounts = new ArrayList<BluetoothMapEmailSettingsItem>();
615 newAccounts.add(account);
632 if(newAccounts != null) {
634 for(BluetoothMapEmailSettingsItem account : newAccounts) {
    [all...]

Completed in 228 milliseconds