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
197 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle) { argument
199 mAdapter.phoneAccountSelected(callId, accountHandle);
H A DPhoneAccount.java130 public Builder(PhoneAccountHandle accountHandle, CharSequence label) { argument
131 this.mAccountHandle = accountHandle;
251 PhoneAccountHandle accountHandle,
253 return new Builder(accountHandle, label);
250 builder( PhoneAccountHandle accountHandle, CharSequence label) argument
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 DTelecomManager.java375 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle) { argument
378 getTelecomService().setUserSelectedOutgoingPhoneAccount(accountHandle);
405 * @param accountHandle The phone account handle of the account to set as the sim call manager.
408 public void setSimCallManager(PhoneAccountHandle accountHandle) { argument
411 getTelecomService().setSimCallManager(accountHandle);
614 * @param accountHandle A {@link PhoneAccountHandle} for the {@link PhoneAccount} to unregister.
618 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { argument
621 getTelecomService().unregisterPhoneAccount(accountHandle);
H A DCall.java262 PhoneAccountHandle accountHandle,
275 mAccountHandle = accountHandle;
489 public void phoneAccountSelected(PhoneAccountHandle accountHandle) { argument
490 mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle);
257 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,
406 * @param accountHandle The accountHandle object identifying the provider of the call
419 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
444 // accountHandle information
447 if (accountHandle != null) {
448 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
418 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 99 milliseconds