Searched refs:unregisterPhoneAccount (Results 1 – 9 of 9) sorted by relevance
139 telecomManager.unregisterPhoneAccount(accountHandle); in verifyAndPurgeInvalidPhoneAccounts()191 TelecomManager.from(context).unregisterPhoneAccount(handle); in stopSipService()
84 telecomManager.unregisterPhoneAccount(getSimCallManagerHandle(context)); in unregister()85 telecomManager.unregisterPhoneAccount(getVideoProviderHandle(context)); in unregister()
301 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()
540 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()
142 mTelecomManager.unregisterPhoneAccount(mPhoneAccount.getAccountHandle()); in cleanup()
254 mTelecomManager.unregisterPhoneAccount(mHfpAccount.getAccountHandle()); in call_fromAccount_withInvalidPhoneAccountHandle_isNotSuppressed()
505 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {514 mPhoneAccountRegistrar.unregisterPhoneAccount(accountHandle);
820 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { in unregisterPhoneAccount() method in PhoneAccountRegistrar965 unregisterPhoneAccount(replacementAccount.getAccountHandle()); in maybeReplaceOldAccount()
1141 mTelecomManager.unregisterPhoneAccount(handle); in cleanupPhoneAccounts()