Home
last modified time | relevance | path

Searched defs:targetPhoneAccount (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DICallRedirectionAdapter.aidl34 void redirectCall(in Uri handle, in PhoneAccountHandle targetPhoneAccount, in redirectCall()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java60 public final PhoneAccountHandle targetPhoneAccount; field in CreateConnectionProcessor.CallAttemptRecord
64 PhoneAccountHandle targetPhoneAccount) { in CallAttemptRecord()
333 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar in shouldSetConnectionManager() local
H A DNewOutgoingCallIntentBroadcaster.java244 PhoneAccountHandle targetPhoneAccount = mIntent.getParcelableExtra( in evaluateCall() local
H A DPhoneAccountRegistrar.java499 PhoneAccountHandle targetPhoneAccount = call.getTargetPhoneAccount(); in getSimCallManagerFromCall() local
512 public PhoneAccountHandle getSimCallManagerFromHandle(PhoneAccountHandle targetPhoneAccount, in getSimCallManagerFromHandle()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallRedirectionService.java131 @NonNull PhoneAccountHandle targetPhoneAccount, in redirectCall()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallsManagerTest.java1636 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, int initialState) { in addSpyCall()
1640 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, in addSpyCall()
1646 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, in addSpyCall()
1678 private Call createCall(PhoneAccountHandle targetPhoneAccount, int initialState) { in createCall()
1682 private Call createCall(PhoneAccountHandle targetPhoneAccount, in createCall()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
H A DCallRedirectionProcessor.java191 public void redirectCall(Uri gatewayUri, PhoneAccountHandle targetPhoneAccount, in redirectCall()