Searched refs:simAccount (Results 1 – 4 of 4) sorted by relevance
137 for (SimAccount simAccount : simAccountList) { in inSimAccounts()138 if (Objects.equal(simAccount.getAccountName(), getAccountName()) in inSimAccounts()139 && Objects.equal(simAccount.getAccountType(), getAccountType())) { in inSimAccounts()
73 for (ContactsContract.SimAccount simAccount : in classifyAccount()77 simAccount.getAccountType())) { in classifyAccount()
973 PhoneAccount simAccount = new PhoneAccount.Builder( in testSortSimFirst() local987 registerAndEnableAccount(simAccount); in testSortSimFirst()2030 PhoneAccount simAccount = in testGetSubscriptionIdForPhoneAccountWhenNoTelephony() local2037 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() local2130 .getSubscriptionId(simAccount.getAccountHandle())) in makeQuickSimAccount()2135 .createForPhoneAccountHandle(simAccount.getAccountHandle())) in makeQuickSimAccount()[all …]
542 for (ContactsContract.SimAccount simAccount : simAccounts) {543 simAccountWithDataSets.add(new AccountWithDataSet(simAccount.getAccountName(),544 simAccount.getAccountType(), null));