Searched defs:targetPhoneAccount (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CreateConnectionProcessor.java | 65 public final PhoneAccountHandle targetPhoneAccount; field in CreateConnectionProcessor.CallAttemptRecord 69 PhoneAccountHandle targetPhoneAccount) { in CallAttemptRecord() 374 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar in shouldSetConnectionManager() local
|
D | UserUtil.java | 142 PhoneAccountHandle targetPhoneAccount) { in getAssociatedUserForCall()
|
D | NewOutgoingCallIntentBroadcaster.java | 250 PhoneAccountHandle targetPhoneAccount = mIntent.getParcelableExtra( in evaluateCall() local
|
D | PhoneAccountRegistrar.java | 642 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/ |
D | TransactionTests.java | 429 private Call createSpyCall(PhoneAccountHandle targetPhoneAccount, int initialState, String id) { in createSpyCall()
|
D | CallsManagerTest.java | 3783 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/ |
D | CallRedirectionProcessor.java | 229 public void redirectCall(Uri gatewayUri, PhoneAccountHandle targetPhoneAccount, in redirectCall()
|