Home
last modified time | relevance | path

Searched defs:phoneAccount (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java54 final PhoneAccount phoneAccount = PhoneAccount.builder( in testRegisterPhoneAccount() local
77 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(getPhoneAccountHandle()); in testIncomingCallFromBlockedNumberIsRejected() local
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/transaction/
DPhoneAccountTransaction.java33 public PhoneAccountTransaction(TestAppTransaction result, PhoneAccount phoneAccount) { in PhoneAccountTransaction()
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl34 void registerPhoneAccount(in PhoneAccount phoneAccount); in registerPhoneAccount()
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl27 void registerPhoneAccount(in PhoneAccount phoneAccount); in registerPhoneAccount()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConference.java53 public MockConference(PhoneAccountHandle phoneAccount) { in MockConference()
DPhoneAccountOperationsTest.java288 final PhoneAccount phoneAccount = phoneAccountBuilder.build(); in testRegisterPhoneAccount_DisallowEnable() local
DBaseTelecomTestWithMockServices.java648 void registerAndEnablePhoneAccount(PhoneAccount phoneAccount) throws Exception { in registerAndEnablePhoneAccount()
689 void verifyAccountRegistration(PhoneAccountHandle handle, PhoneAccount phoneAccount) { in verifyAccountRegistration()
1306 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(handle); in isLoggedCall() local
DPhoneAccountRegistrarTest.java818 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(account.getAccountHandle()); in verifyAccountIsDisabled() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java279 final PhoneAccount phoneAccount = PhoneAccount.builder( in registerPhoneAccount() local