Home
last modified time | relevance | path

Searched refs:enablePhoneAccount (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/settings/
DEnableAccountPreferenceFragment.java65 mTelecomManager.enablePhoneAccount(mAccount.getAccountHandle(), (boolean) newValue); in onPreferenceChange()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientDeviceBlock.java66 mTelecomManager.enablePhoneAccount(mPhoneAccount.getAccountHandle(), true); in HfpClientDeviceBlock()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomShellCommand.java269 final boolean success = mTelecomService.enablePhoneAccount(handle, enabled); in runSetPhoneAccountEnabled()
DTelecomServiceImpl.java1983 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) {
1991 return mPhoneAccountRegistrar.enablePhoneAccount(accountHandle, isEnabled);
DPhoneAccountRegistrar.java703 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) { in enablePhoneAccount() method in PhoneAccountRegistrar
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java428 mRegistrar.enablePhoneAccount(account.getAccountHandle(), true); in registerAndEnableAccount()