Searched refs:TEST_SIM_PHONE_ACCOUNT (Results 1 – 6 of 6) sorted by relevance
78 public static final PhoneAccount TEST_SIM_PHONE_ACCOUNT = PhoneAccount.builder( field in PhoneAccountOperationsTest181 PhoneAccount accountEmptyRestrictions = new PhoneAccount.Builder(TEST_SIM_PHONE_ACCOUNT) in testRegisterPhoneAccount_simultaneousCallingRestrictions()201 PhoneAccount accountRestrictions = new PhoneAccount.Builder(TEST_SIM_PHONE_ACCOUNT) in testRegisterPhoneAccount_simultaneousCallingRestrictions()222 PhoneAccount accountInvalidRestrictions = new PhoneAccount.Builder(TEST_SIM_PHONE_ACCOUNT) in testRegisterPhoneAccount_simultaneousCallingRestrictions()244 mTelecomManager.registerPhoneAccount(TEST_SIM_PHONE_ACCOUNT); in testRegisterPhoneAccount_correctlyThrowsSecurityException()460 TEST_SIM_PHONE_ACCOUNT, in testRegisterPhoneAccount_VoiceIndicationCapabilities_SimSubscription()479 TEST_SIM_PHONE_ACCOUNT, in testRegisterPhoneAccount_VoiceIndicationCapabilities_SimSubscription()
21 import static android.telecom.cts.TestUtils.TEST_SIM_PHONE_ACCOUNT;247 accounts.add(TEST_SIM_PHONE_ACCOUNT); in testSelfManagedCallWithSimBasedPhoneAccountAsDefault()274 accounts.add(TEST_SIM_PHONE_ACCOUNT); in testSelfManagedCallWithNoCallPreferenceAsDefault()302 accounts.add(TEST_SIM_PHONE_ACCOUNT); in testSelfManagedCallWithMultipleSimBasedAccountsActiveAndAsDefault()
745 TestUtils.TEST_SIM_PHONE_ACCOUNT.getAccountHandle()); in testSelfManagedAndSimBasedCallSwapping()806 TestUtils.TEST_SIM_PHONE_ACCOUNT.getAccountHandle()); in testSelfManagedAndSimBasedCallHoldFailure()1706 if (mTelecomManager.getPhoneAccount(TestUtils.TEST_SIM_PHONE_ACCOUNT.getAccountHandle()) in registerSimAccountIfNeeded()1709 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SIM_PHONE_ACCOUNT); in registerSimAccountIfNeeded()1717 TestUtils.TEST_SIM_PHONE_ACCOUNT.getAccountHandle()); in unregisterSimPhoneAccount()
906 TestUtils.TEST_SIM_PHONE_ACCOUNT.getAccountHandle()); in testSimCallAndTransactionalCall()914 if (mTelecomManager.getPhoneAccount(TestUtils.TEST_SIM_PHONE_ACCOUNT.getAccountHandle()) in registerSimAccountIfNeeded()918 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SIM_PHONE_ACCOUNT); in registerSimAccountIfNeeded()
58 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SIM_PHONE_ACCOUNT); in setUp()
180 public static final PhoneAccount TEST_SIM_PHONE_ACCOUNT = PhoneAccount.builder( field in TestUtils