Searched refs:enablePhoneAccount (Results 1 – 6 of 6) sorted by relevance
65 mTelecomManager.enablePhoneAccount(mAccount.getAccountHandle(), (boolean) newValue); in onPreferenceChange()
251 telecomManager.enablePhoneAccount(phoneAccount.getAccountHandle(), true); in startSipProfiles()
64 mTelecomManager.enablePhoneAccount(mPhoneAccount.getAccountHandle(), true); in HfpClientDeviceBlock()
1442 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) {1450 return mPhoneAccountRegistrar.enablePhoneAccount(accountHandle, isEnabled);
559 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) { in enablePhoneAccount() method in PhoneAccountRegistrar
281 mRegistrar.enablePhoneAccount(account.getAccountHandle(), true); in registerAndEnableAccount()