Searched refs:simAccounts (Results 1 – 3 of 3) sorted by relevance
540 List<ContactsContract.SimAccount> simAccounts =542 for (ContactsContract.SimAccount simAccount : simAccounts) {
3543 List<PhoneAccountHandle> simAccounts =3547 if (!c.isDisconnected() && !c.isNew() && simAccounts.contains(3555 simAccounts.remove(ongoingCallAccount);3556 allAccounts.removeAll(simAccounts);3595 Set<PhoneAccountHandle> simAccounts =3597 if (activeCallAccounts.stream().anyMatch(simAccounts::contains)) {3599 boolean isRemoved = simAccounts.contains(h) && !activeCallAccounts.contains(h);
2571 final List<SimAccount> simAccounts = mDbHelper.get().getAllSimAccounts(); in call() local2572 response.putParcelableList(SimContacts.KEY_SIM_ACCOUNTS, simAccounts); in call()2615 List<SimAccount> simAccounts = mDbHelper.get().getAllSimAccounts(); in setDefaultAccountSetting() local2618 && !accountWithDataSet.inSimAccounts(simAccounts)) { in setDefaultAccountSetting()5423 final List<SimAccount> simAccounts = getDatabaseHelper().getAllSimAccounts(); in updateAccountsInBackground() local5429 || knownAccountWithDataSet.inSimAccounts(simAccounts)) { in updateAccountsInBackground()