Searched refs:phoneAccount (Results 1 – 3 of 3) sorted by relevance
35 public MockConference(PhoneAccountHandle phoneAccount) { in MockConference() argument36 super(phoneAccount); in MockConference()
147 final PhoneAccount phoneAccount = phoneAccountBuilder.build(); in testRegisterPhoneAccount_DisallowEnable() local148 mTelecomManager.registerPhoneAccount(phoneAccount); in testRegisterPhoneAccount_DisallowEnable()
782 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(handle); in assertPhoneAccountEnabled()783 return (phoneAccount != null && phoneAccount.isEnabled()); in assertPhoneAccountEnabled()