Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConference.java35 public MockConference(PhoneAccountHandle phoneAccount) { in MockConference() argument
36 super(phoneAccount); in MockConference()
DPhoneAccountOperationsTest.java147 final PhoneAccount phoneAccount = phoneAccountBuilder.build(); in testRegisterPhoneAccount_DisallowEnable() local
148 mTelecomManager.registerPhoneAccount(phoneAccount); in testRegisterPhoneAccount_DisallowEnable()
DBaseTelecomTestWithMockServices.java782 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(handle); in assertPhoneAccountEnabled()
783 return (phoneAccount != null && phoneAccount.isEnabled()); in assertPhoneAccountEnabled()