Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java65 public final PhoneAccountHandle targetPhoneAccount; field in CreateConnectionProcessor.CallAttemptRecord
69 PhoneAccountHandle targetPhoneAccount) { in CallAttemptRecord()
374 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar in shouldSetConnectionManager() local
DUserUtil.java142 PhoneAccountHandle targetPhoneAccount) { in getAssociatedUserForCall()
DNewOutgoingCallIntentBroadcaster.java250 PhoneAccountHandle targetPhoneAccount = mIntent.getParcelableExtra( in evaluateCall() local
DPhoneAccountRegistrar.java642 PhoneAccountHandle targetPhoneAccount = call.getTargetPhoneAccount(); in getSimCallManagerFromCall() local
655 public PhoneAccountHandle getSimCallManagerFromHandle(PhoneAccountHandle targetPhoneAccount, in getSimCallManagerFromHandle()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTransactionTests.java429 private Call createSpyCall(PhoneAccountHandle targetPhoneAccount, int initialState, String id) { in createSpyCall()
DCallsManagerTest.java3783 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, int initialState) { in addSpyCall()
3787 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, in addSpyCall()
3793 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, in addSpyCall()
3825 private Call createCall(PhoneAccountHandle targetPhoneAccount, int initialState) { in createCall()
3829 private Call createCall(PhoneAccountHandle targetPhoneAccount, in createCall()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java229 public void redirectCall(Uri gatewayUri, PhoneAccountHandle targetPhoneAccount, in redirectCall()