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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java458 * @param targetPhoneAccountHandle Account information to use for the call. This account must be
477 PhoneAccountHandle targetPhoneAccountHandle,
494 setTargetPhoneAccount(targetPhoneAccountHandle);
514 * @param targetPhoneAccountHandle Account information to use for the call. This account must be
534 PhoneAccountHandle targetPhoneAccountHandle,
541 connectionManagerPhoneAccountHandle, targetPhoneAccountHandle, callDirection,
627 PhoneAccountHandle targetPhoneAccountHandle = getTargetPhoneAccount();
628 if (targetPhoneAccountHandle != null) {
629 s.append(targetPhoneAccountHandle);
465 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) argument
522 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) argument

Completed in 32 milliseconds