Home | History | Annotate | Download | only in telecom

Lines Matching full:accounthandle

38      * @param accountHandle The accountHandle which should be used to place the call.
43 PhoneAccountHandle accountHandle,
46 this(accountHandle, handle, extras, VideoProfile.STATE_AUDIO_ONLY, null);
50 * @param accountHandle The accountHandle which should be used to place the call.
56 PhoneAccountHandle accountHandle,
60 this(accountHandle, handle, extras, videoState, null);
64 * @param accountHandle The accountHandle which should be used to place the call.
72 PhoneAccountHandle accountHandle,
77 mAccountHandle = accountHandle;