Searched refs:enablePhoneAccount (Results 1 – 6 of 6) sorted by relevance
62 mTelecomManager.enablePhoneAccount(mAccount.getAccountHandle(), isChecked()); in onClick()
250 telecomManager.enablePhoneAccount(phoneAccount.getAccountHandle(), true); in startSipProfiles()
64 mTelecomManager.enablePhoneAccount(mPhoneAccount.getAccountHandle(), true); in HfpClientDeviceBlock()
1312 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) {1320 return mPhoneAccountRegistrar.enablePhoneAccount(accountHandle, isEnabled);
528 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) { in enablePhoneAccount() method in PhoneAccountRegistrar
217 mRegistrar.enablePhoneAccount(account.getAccountHandle(), true); in registerAndEnableAccount()