Searched refs:unregisterPhoneAccount (Results 1 - 7 of 7) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipAccountRegistry.java136 telecomManager.unregisterPhoneAccount(accountHandle);
188 TelecomManager.from(context).unregisterPhoneAccount(handle);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConnectionService.java87 mTelecomManager.unregisterPhoneAccount(
120 mTelecomManager.unregisterPhoneAccount(
165 mTelecomManager.unregisterPhoneAccount(mDevicePhoneAccount.getAccountHandle());
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomServiceImplTest.java513 mTSIBinder.unregisterPhoneAccount(phHandle);
514 verify(mFakePhoneAccountRegistrar).unregisterPhoneAccount(phHandle);
537 mTSIBinder.unregisterPhoneAccount(phHandle);
542 .unregisterPhoneAccount(any(PhoneAccountHandle.class));
H A DPhoneAccountRegistrarTest.java250 mRegistrar.unregisterPhoneAccount(telAccount);
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelecomAccountRegistry.java508 mTelecomManager.unregisterPhoneAccount(handle);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomServiceImpl.java414 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {
421 mPhoneAccountRegistrar.unregisterPhoneAccount(accountHandle);
437 Log.e(this, e, "unregisterPhoneAccount %s", accountHandle);
H A DPhoneAccountRegistrar.java603 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { method in class:PhoneAccountRegistrar

Completed in 187 milliseconds