Searched refs:enablePhoneAccount (Results 1 – 6 of 6) sorted by relevance
65 mTelecomManager.enablePhoneAccount(mAccount.getAccountHandle(), (boolean) newValue); in onPreferenceChange()
66 mTelecomManager.enablePhoneAccount(mPhoneAccount.getAccountHandle(), true); in HfpClientDeviceBlock()
269 final boolean success = mTelecomService.enablePhoneAccount(handle, enabled); in runSetPhoneAccountEnabled()
1983 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) {1991 return mPhoneAccountRegistrar.enablePhoneAccount(accountHandle, isEnabled);
703 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) { in enablePhoneAccount() method in PhoneAccountRegistrar
428 mRegistrar.enablePhoneAccount(account.getAccountHandle(), true); in registerAndEnableAccount()