Searched defs:targetPhoneAccount (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | ICallRedirectionAdapter.aidl | 34 void redirectCall(in Uri handle, in PhoneAccountHandle targetPhoneAccount, in redirectCall()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CreateConnectionProcessor.java | 60 public final PhoneAccountHandle targetPhoneAccount; field in CreateConnectionProcessor.CallAttemptRecord 64 PhoneAccountHandle targetPhoneAccount) { in CallAttemptRecord() 333 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar in shouldSetConnectionManager() local
|
H A D | NewOutgoingCallIntentBroadcaster.java | 244 PhoneAccountHandle targetPhoneAccount = mIntent.getParcelableExtra( in evaluateCall() local
|
H A D | PhoneAccountRegistrar.java | 499 PhoneAccountHandle targetPhoneAccount = call.getTargetPhoneAccount(); in getSimCallManagerFromCall() local 512 public PhoneAccountHandle getSimCallManagerFromHandle(PhoneAccountHandle targetPhoneAccount, in getSimCallManagerFromHandle()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallRedirectionService.java | 131 @NonNull PhoneAccountHandle targetPhoneAccount, in redirectCall()
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | CallsManagerTest.java | 1636 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 D | CallRedirectionProcessor.java | 191 public void redirectCall(Uri gatewayUri, PhoneAccountHandle targetPhoneAccount, in redirectCall()
|