HomeSort by relevance Sort by last modified time
    Searched refs:unregisterPhoneAccount (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telecomm/java/com/android/internal/telecom/
ITelecomService.aidl 109 * @see TelecomServiceImpl#unregisterPhoneAccount
111 void unregisterPhoneAccount(in PhoneAccountHandle account);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipAccountRegistry.java 165 TelecomManager.from(context).unregisterPhoneAccount(handle);
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 659 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {
662 getTelecomService().unregisterPhoneAccount(accountHandle);
665 Log.e(TAG, "Error calling ITelecomService#unregisterPhoneAccount", e);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/unit/
PhoneAccountRegistrarTest.java 132 mRegistrar.unregisterPhoneAccount(simManager);
188 mRegistrar.unregisterPhoneAccount(telAccount);
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 279 mTelecomManager.unregisterPhoneAccount(handle);
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomService.java 398 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {
403 mPhoneAccountRegistrar.unregisterPhoneAccount(accountHandle);
405 Log.e(this, e, "unregisterPhoneAccount %s", accountHandle);
    [all...]
PhoneAccountRegistrar.java 535 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {
    [all...]

Completed in 3986 milliseconds