Home
last modified time | relevance | path

Searched refs:unregisterPhoneAccount (Results 1 – 9 of 9) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java139 telecomManager.unregisterPhoneAccount(accountHandle); in verifyAndPurgeInvalidPhoneAccounts()
191 TelecomManager.from(context).unregisterPhoneAccount(handle); in stopSipService()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorSimCallManager.java84 telecomManager.unregisterPhoneAccount(getSimCallManagerHandle(context)); in unregister()
85 telecomManager.unregisterPhoneAccount(getVideoProviderHandle(context)); in unregister()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java301 mRegistrar.unregisterPhoneAccount(telAccount); in testDefaultOutgoing()
372 mRegistrar.unregisterPhoneAccount(telAccount1); in testAddSameDefault()
383 mRegistrar.unregisterPhoneAccount(emerAccount); in testAddSameDefault()
417 mRegistrar.unregisterPhoneAccount(telAccount1); in testAddSameGroup()
428 mRegistrar.unregisterPhoneAccount(emerAccount); in testAddSameGroup()
DTelecomServiceImplTest.java540 mTSIBinder.unregisterPhoneAccount(phHandle); in testUnregisterPhoneAccount()
541 verify(mFakePhoneAccountRegistrar).unregisterPhoneAccount(phHandle); in testUnregisterPhoneAccount()
557 mTSIBinder.unregisterPhoneAccount(phHandle); in testUnregisterPhoneAccountFailure()
562 .unregisterPhoneAccount(any(PhoneAccountHandle.class)); in testUnregisterPhoneAccountFailure()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java142 mTelecomManager.unregisterPhoneAccount(mPhoneAccount.getAccountHandle()); in cleanup()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/telecom/
DProjectionCallHandlerTest.java254 mTelecomManager.unregisterPhoneAccount(mHfpAccount.getAccountHandle()); in call_fromAccount_withInvalidPhoneAccountHandle_isNotSuppressed()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomServiceImpl.java505 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {
514 mPhoneAccountRegistrar.unregisterPhoneAccount(accountHandle);
DPhoneAccountRegistrar.java820 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { in unregisterPhoneAccount() method in PhoneAccountRegistrar
965 unregisterPhoneAccount(replacementAccount.getAccountHandle()); in maybeReplaceOldAccount()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java1141 mTelecomManager.unregisterPhoneAccount(handle); in cleanupPhoneAccounts()