Searched defs:targetPhoneAccountHandle (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java504 * @param targetPhoneAccountHandle Account information to use for the call. This account must be
523 PhoneAccountHandle targetPhoneAccountHandle,
541 setTargetPhoneAccount(targetPhoneAccountHandle);
561 * @param targetPhoneAccountHandle Account information to use for the call. This account must be
582 PhoneAccountHandle targetPhoneAccountHandle,
591 connectionManagerPhoneAccountHandle, targetPhoneAccountHandle, callDirection,
678 PhoneAccountHandle targetPhoneAccountHandle = getTargetPhoneAccount();
679 if (targetPhoneAccountHandle != null) {
680 s.append(targetPhoneAccountHandle);
511 Call( String callId, Context context, CallsManager callsManager, TelecomSystem.SyncRoot lock, ConnectionServiceRepository repository, ContactsAsyncHelper contactsAsyncHelper, CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, PhoneNumberUtilsAdapter phoneNumberUtilsAdapter, Uri handle, GatewayInfo gatewayInfo, PhoneAccountHandle connectionManagerPhoneAccountHandle, PhoneAccountHandle targetPhoneAccountHandle, int callDirection, boolean shouldAttachToExistingConnection, boolean isConference, ClockProxy clockProxy) argument
570 Call( String callId, Context context, CallsManager callsManager, TelecomSystem.SyncRoot lock, ConnectionServiceRepository repository, ContactsAsyncHelper contactsAsyncHelper, CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, PhoneNumberUtilsAdapter phoneNumberUtilsAdapter, Uri handle, GatewayInfo gatewayInfo, PhoneAccountHandle connectionManagerPhoneAccountHandle, PhoneAccountHandle targetPhoneAccountHandle, int callDirection, boolean shouldAttachToExistingConnection, boolean isConference, long connectTimeMillis, long connectElapsedTimeMillis, ClockProxy clockProxy) argument

Completed in 36 milliseconds