Searched refs:phoneAccount (Results 1 – 6 of 6) sorted by relevance
53 final PhoneAccount phoneAccount = PhoneAccount.builder( in testRegisterPhoneAccount() local60 mTelecomManager.registerPhoneAccount(phoneAccount); in testRegisterPhoneAccount()74 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(getPhoneAccountHandle()); in testIncomingCallFromBlockedNumberIsRejected() local75 assertNotNull(phoneAccount); in testIncomingCallFromBlockedNumberIsRejected()81 mTelecomManager.addNewIncomingCall(phoneAccount.getAccountHandle(), bundle); in testIncomingCallFromBlockedNumberIsRejected()
157 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(handle);158 return (phoneAccount != null && phoneAccount.isEnabled());
38 public MockConference(PhoneAccountHandle phoneAccount) { in MockConference() argument39 super(phoneAccount); in MockConference()
159 final PhoneAccount phoneAccount = phoneAccountBuilder.build(); in testRegisterPhoneAccount_DisallowEnable() local160 mTelecomManager.registerPhoneAccount(phoneAccount); in testRegisterPhoneAccount_DisallowEnable()
888 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(handle); in assertPhoneAccountEnabled()889 return (phoneAccount != null && phoneAccount.isEnabled()); in assertPhoneAccountEnabled()
239 final PhoneAccount phoneAccount = PhoneAccount.builder( in registerPhoneAccount() local247 mTelecomManager.registerPhoneAccount(phoneAccount); in registerPhoneAccount()251 return phoneAccount; in registerPhoneAccount()