Home
last modified time | relevance | path

Searched refs:simAccounts (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java540 List<ContactsContract.SimAccount> simAccounts =
542 for (ContactsContract.SimAccount simAccount : simAccounts) {
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java3543 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);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2571 final List<SimAccount> simAccounts = mDbHelper.get().getAllSimAccounts(); in call() local
2572 response.putParcelableList(SimContacts.KEY_SIM_ACCOUNTS, simAccounts); in call()
2615 List<SimAccount> simAccounts = mDbHelper.get().getAllSimAccounts(); in setDefaultAccountSetting() local
2618 && !accountWithDataSet.inSimAccounts(simAccounts)) { in setDefaultAccountSetting()
5423 final List<SimAccount> simAccounts = getDatabaseHelper().getAllSimAccounts(); in updateAccountsInBackground() local
5429 || knownAccountWithDataSet.inSimAccounts(simAccounts)) { in updateAccountsInBackground()