Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java63 public final PhoneAccountHandle targetPhoneAccount; field in CreateConnectionProcessor.CallAttemptRecord
67 PhoneAccountHandle targetPhoneAccount) { in CallAttemptRecord()
336 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar in shouldSetConnectionManager() local
DNewOutgoingCallIntentBroadcaster.java244 PhoneAccountHandle targetPhoneAccount = mIntent.getParcelableExtra( in evaluateCall() local
DPhoneAccountRegistrar.java567 PhoneAccountHandle targetPhoneAccount = call.getTargetPhoneAccount(); in getSimCallManagerFromCall() local
580 public PhoneAccountHandle getSimCallManagerFromHandle(PhoneAccountHandle targetPhoneAccount, in getSimCallManagerFromHandle()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTransactionTests.java253 private Call createSpyCall(PhoneAccountHandle targetPhoneAccount, int initialState, String id) { in createSpyCall()
DCallsManagerTest.java3264 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, int initialState) { in addSpyCall()
3268 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, in addSpyCall()
3274 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, in addSpyCall()
3306 private Call createCall(PhoneAccountHandle targetPhoneAccount, int initialState) { in createCall()
3310 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()