Searched refs:newAccounts (Results 1 – 2 of 2) sorted by relevance
86 final List<Uri> newAccounts = new ArrayList<Uri>(allAccounts.length); in updateAccountList() local88 newAccounts.add(account.settings.defaultInbox); in updateAccountList()93 if (!newAccounts.contains(previous)) { in updateAccountList()98 for (final Uri fresh : newAccounts) { in updateAccountList()
685 ArrayList<BluetoothMapAccountItem> newAccounts = null; in updateMasInstancesHandler() local687 newAccounts = new ArrayList<BluetoothMapAccountItem>(); in updateMasInstancesHandler()692 newAccounts.add(account); in updateMasInstancesHandler()709 if(newAccounts != null) { in updateMasInstancesHandler()711 for(BluetoothMapAccountItem account : newAccounts) { in updateMasInstancesHandler()