Home
last modified time | relevance | path

Searched refs:phoneAccount (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java53 final PhoneAccount phoneAccount = PhoneAccount.builder( in testRegisterPhoneAccount() local
60 mTelecomManager.registerPhoneAccount(phoneAccount); in testRegisterPhoneAccount()
74 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(getPhoneAccountHandle()); in testIncomingCallFromBlockedNumberIsRejected() local
75 assertNotNull(phoneAccount); in testIncomingCallFromBlockedNumberIsRejected()
81 mTelecomManager.addNewIncomingCall(phoneAccount.getAccountHandle(), bundle); in testIncomingCallFromBlockedNumberIsRejected()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallScreeningServiceTest.java157 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(handle);
158 return (phoneAccount != null && phoneAccount.isEnabled());
DMockConference.java38 public MockConference(PhoneAccountHandle phoneAccount) { in MockConference() argument
39 super(phoneAccount); in MockConference()
DPhoneAccountOperationsTest.java159 final PhoneAccount phoneAccount = phoneAccountBuilder.build(); in testRegisterPhoneAccount_DisallowEnable() local
160 mTelecomManager.registerPhoneAccount(phoneAccount); in testRegisterPhoneAccount_DisallowEnable()
DBaseTelecomTestWithMockServices.java888 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(handle); in assertPhoneAccountEnabled()
889 return (phoneAccount != null && phoneAccount.isEnabled()); in assertPhoneAccountEnabled()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java239 final PhoneAccount phoneAccount = PhoneAccount.builder( in registerPhoneAccount() local
247 mTelecomManager.registerPhoneAccount(phoneAccount); in registerPhoneAccount()
251 return phoneAccount; in registerPhoneAccount()