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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionRequest.java40 * @param accountHandle The accountHandle which should be used to place the call.
45 PhoneAccountHandle accountHandle,
48 this(accountHandle, handle, extras, VideoProfile.VideoState.AUDIO_ONLY);
52 * @param accountHandle The accountHandle which should be used to place the call.
59 PhoneAccountHandle accountHandle,
63 mAccountHandle = accountHandle;
44 ConnectionRequest( PhoneAccountHandle accountHandle, Uri handle, Bundle extras) argument
58 ConnectionRequest( PhoneAccountHandle accountHandle, Uri handle, Bundle extras, int videoState) argument
H A DInCallAdapter.java195 * @param accountHandle The PhoneAccountHandle through which to place the call.
198 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, argument
201 mAdapter.phoneAccountSelected(callId, accountHandle, setDefault);
H A DParcelableCall.java71 PhoneAccountHandle accountHandle,
91 mAccountHandle = accountHandle;
254 PhoneAccountHandle accountHandle = source.readParcelable(classLoader);
278 accountHandle,
58 ParcelableCall( String id, int state, DisconnectCause disconnectCause, List<String> cannedSmsResponses, int capabilities, int properties, long connectTimeMillis, Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, GatewayInfo gatewayInfo, PhoneAccountHandle accountHandle, IVideoProvider videoCallProvider, String parentCallId, List<String> childCallIds, StatusHints statusHints, int videoState, List<String> conferenceableCallIds, Bundle extras) argument
H A DPhoneAccount.java179 public Builder(PhoneAccountHandle accountHandle, CharSequence label) { argument
180 this.mAccountHandle = accountHandle;
206 public Builder setAccountHandle(PhoneAccountHandle accountHandle) { argument
207 mAccountHandle = accountHandle;
415 PhoneAccountHandle accountHandle,
417 return new Builder(accountHandle, label);
414 builder( PhoneAccountHandle accountHandle, CharSequence label) argument
H A DTelecomManager.java392 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle) { argument
395 getTelecomService().setUserSelectedOutgoingPhoneAccount(accountHandle);
422 * @param accountHandle The phone account handle of the account to set as the sim call manager.
425 public void setSimCallManager(PhoneAccountHandle accountHandle) { argument
428 getTelecomService().setSimCallManager(accountHandle);
655 * @param accountHandle A {@link PhoneAccountHandle} for the {@link PhoneAccount} to unregister.
659 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { argument
662 getTelecomService().unregisterPhoneAccount(accountHandle);
717 * @param accountHandle The handle for the account to check the voicemail number against
723 public boolean isVoiceMailNumber(PhoneAccountHandle accountHandle, Strin argument
743 hasVoiceMailNumber(PhoneAccountHandle accountHandle) argument
763 getLine1Number(PhoneAccountHandle accountHandle) argument
1011 handleMmi(PhoneAccountHandle accountHandle, String dialString) argument
1031 getAdnUriForPhoneAccount(PhoneAccountHandle accountHandle) argument
[all...]
H A DCall.java428 PhoneAccountHandle accountHandle,
441 mAccountHandle = accountHandle;
655 public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) { argument
656 mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault);
423 Details( Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, PhoneAccountHandle accountHandle, int capabilities, int properties, DisconnectCause disconnectCause, long connectTimeMillis, GatewayInfo gatewayInfo, int videoState, StatusHints statusHints, Bundle extras) argument
/frameworks/base/core/java/android/provider/
H A DCallLog.java378 * @param accountHandle The accountHandle object identifying the provider of the call
388 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
390 return addCall(ci, context, number, presentation, callType, features, accountHandle,
407 * @param accountHandle The accountHandle object identifying the provider of the call
420 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
445 // accountHandle information
448 if (accountHandle != null) {
449 accountComponentString = accountHandle
387 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage) argument
419 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers) argument
[all...]

Completed in 101 milliseconds