Home | History | Annotate | Download | only in map

Lines Matching refs:newAccounts

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) {