Searched refs:enablePhoneAccount (Results 1 – 6 of 6) sorted by relevance
62 mTelecomManager.enablePhoneAccount(mAccount.getAccountHandle(), isChecked()); in onClick()
247 telecomManager.enablePhoneAccount(phoneAccount.getAccountHandle(), true); in startSipProfiles()
1145 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) {1153 return mPhoneAccountRegistrar.enablePhoneAccount(accountHandle, isEnabled);
457 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) { in enablePhoneAccount() method in PhoneAccountRegistrar
81 mTelecomManager.enablePhoneAccount(mPhoneAccount.getAccountHandle(), true); in HfpClientDeviceBlock()
188 mRegistrar.enablePhoneAccount(account.getAccountHandle(), true); in registerAndEnableAccount()