Home
last modified time | relevance | path

Searched refs:simAccount (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DAccountWithDataSet.java137 for (SimAccount simAccount : simAccountList) { in inSimAccounts()
138 if (Objects.equal(simAccount.getAccountName(), getAccountName()) in inSimAccounts()
139 && Objects.equal(simAccount.getAccountType(), getAccountType())) { in inSimAccounts()
/packages/apps/Contacts/src/com/android/contacts/util/
DDeviceLocalAccountTypeFactory.java73 for (ContactsContract.SimAccount simAccount : in classifyAccount()
77 simAccount.getAccountType())) { in classifyAccount()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java973 PhoneAccount simAccount = new PhoneAccount.Builder( in testSortSimFirst() local
987 registerAndEnableAccount(simAccount); in testSortSimFirst()
2030 PhoneAccount simAccount = in testGetSubscriptionIdForPhoneAccountWhenNoTelephony() local
2037 registerAndEnableAccount(simAccount); in testGetSubscriptionIdForPhoneAccountWhenNoTelephony()
2042 mRegistrar.getSubscriptionIdForPhoneAccount(simAccount.getAccountHandle())); in testGetSubscriptionIdForPhoneAccountWhenNoTelephony()
2048 mRegistrar.setUserSelectedOutgoingPhoneAccount(simAccount.getAccountHandle(), in testGetSubscriptionIdForPhoneAccountWhenNoTelephony()
2049 simAccount.getAccountHandle().getUserHandle()); in testGetSubscriptionIdForPhoneAccountWhenNoTelephony()
2121 PhoneAccount simAccount = in makeQuickSimAccount() local
2130 .getSubscriptionId(simAccount.getAccountHandle())) in makeQuickSimAccount()
2135 .createForPhoneAccountHandle(simAccount.getAccountHandle())) in makeQuickSimAccount()
[all …]
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java542 for (ContactsContract.SimAccount simAccount : simAccounts) {
543 simAccountWithDataSets.add(new AccountWithDataSet(simAccount.getAccountName(),
544 simAccount.getAccountType(), null));