Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java184 public int getSubscriptionIdForPhoneAccount(PhoneAccountHandle accountHandle) { in getSubscriptionIdForPhoneAccount() method in PhoneAccountRegistrar
345 getSubscriptionIdForPhoneAccount(accountHandle); in setUserSelectedOutgoingPhoneAccount()
365 return getSubscriptionIdForPhoneAccount(accountHandle) == in isUserSelectedSmsPhoneAccount()
519 int subId = getSubscriptionIdForPhoneAccount(targetPhoneAccount); in getSimCallManagerFromHandle()
887 int subId = getSubscriptionIdForPhoneAccount(accountHandle); in isVoiceMailNumber()
DCallLogManager.java262 .getSubscriptionIdForPhoneAccount(call.getTargetPhoneAccount()); in shouldLogDisconnectedCall()
421 mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(accountHandle)); in logCall()
DTelecomServiceImpl.java629 .getSubscriptionIdForPhoneAccount(accountHandle);
665 subId = mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(
1051 subId = mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(
1088 .getSubscriptionIdForPhoneAccount(accountHandle);
DRespondViaSmsManager.java145 int subId = mCallsManager.getPhoneAccountRegistrar().getSubscriptionIdForPhoneAccount( in onIncomingCallRejected()
DConnectionServiceWrapper.java898 int subId = mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount( in addExistingConnection()
2046 int subId = mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(handle); in queryRemoteConnectionServices()
DCallsManager.java2818 int subscriptionId = mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(handle);
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessorHelper.java77 .getSubscriptionIdForPhoneAccount(targetPhoneAccountHandle)); in getCarrierCallRedirectionService()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java927 when(mFakePhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(TEL_PA_HANDLE_CURRENT)) in testGetVoicemailNumberWithNonNullAccountHandle()
1044 when(mFakePhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(TEL_PA_HANDLE_CURRENT)) in setupGetLine1NumberTest()
DNewOutgoingCallIntentBroadcasterTest.java108 when(mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount( in setUp()