Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java61 public final PhoneAccountHandle targetPhoneAccount; field in CreateConnectionProcessor.CallAttemptRecord
65 PhoneAccountHandle targetPhoneAccount) { in CallAttemptRecord()
334 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar in shouldSetConnectionManager() local
DNewOutgoingCallIntentBroadcaster.java244 PhoneAccountHandle targetPhoneAccount = mIntent.getParcelableExtra( in evaluateCall() local
DPhoneAccountRegistrar.java568 PhoneAccountHandle targetPhoneAccount = call.getTargetPhoneAccount(); in getSimCallManagerFromCall() local
581 public PhoneAccountHandle getSimCallManagerFromHandle(PhoneAccountHandle targetPhoneAccount, in getSimCallManagerFromHandle()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java1706 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, int initialState) { in addSpyCall()
1710 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, in addSpyCall()
1716 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, in addSpyCall()
1748 private Call createCall(PhoneAccountHandle targetPhoneAccount, int initialState) { in createCall()
1752 private Call createCall(PhoneAccountHandle targetPhoneAccount, in createCall()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java215 public void redirectCall(Uri gatewayUri, PhoneAccountHandle targetPhoneAccount, in redirectCall()