Searched refs:accountHandle (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionRequest.java37 * @param accountHandle The accountHandle which should be used to place the call.
42 PhoneAccountHandle accountHandle,
45 this(accountHandle, handle, extras, VideoProfile.STATE_AUDIO_ONLY);
49 * @param accountHandle The accountHandle which should be used to place the call.
55 PhoneAccountHandle accountHandle,
59 mAccountHandle = accountHandle;
41 ConnectionRequest( PhoneAccountHandle accountHandle, Uri handle, Bundle extras) argument
54 ConnectionRequest( PhoneAccountHandle accountHandle, Uri handle, Bundle extras, int videoState) argument
H A DTelecomManager.java474 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle) { argument
477 getTelecomService().setUserSelectedOutgoingPhoneAccount(accountHandle);
711 * @param accountHandle A {@link PhoneAccountHandle} for the {@link PhoneAccount} to unregister.
713 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { argument
716 getTelecomService().unregisterPhoneAccount(accountHandle);
842 * @param accountHandle The handle for the account to check the voicemail number against
845 public boolean isVoiceMailNumber(PhoneAccountHandle accountHandle, String number) { argument
848 return getTelecomService().isVoiceMailNumber(accountHandle, number,
860 * @param accountHandle The handle for the phone account.
864 public String getVoiceMailNumber(PhoneAccountHandle accountHandle) { argument
882 getLine1Number(PhoneAccountHandle accountHandle) argument
1124 handleMmi(String dialString, PhoneAccountHandle accountHandle) argument
1143 getAdnUriForPhoneAccount(PhoneAccountHandle accountHandle) argument
[all...]
H A DRemoteConnectionManager.java57 PhoneAccountHandle accountHandle = request.getAccountHandle();
58 if (accountHandle == null) {
59 throw new IllegalArgumentException("accountHandle must be specified.");
64 throw new UnsupportedOperationException("accountHandle not supported: "
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.java73 PhoneAccountHandle accountHandle,
95 mAccountHandle = accountHandle;
281 PhoneAccountHandle accountHandle = source.readParcelable(classLoader);
307 accountHandle,
60 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, boolean isVideoCallProviderChanged, IVideoProvider videoCallProvider, String parentCallId, List<String> childCallIds, StatusHints statusHints, int videoState, List<String> conferenceableCallIds, Bundle intentExtras, Bundle extras) argument
H A DPhoneAccount.java183 public Builder(PhoneAccountHandle accountHandle, CharSequence label) { argument
184 this.mAccountHandle = accountHandle;
363 PhoneAccountHandle accountHandle,
365 return new Builder(accountHandle, label);
362 builder( PhoneAccountHandle accountHandle, CharSequence label) argument
H A DCall.java546 PhoneAccountHandle accountHandle,
560 mAccountHandle = accountHandle;
782 public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) { argument
783 mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault);
541 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, Bundle intentExtras) argument
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DITelecomService.aidl118 boolean isVoiceMailNumber(in PhoneAccountHandle accountHandle, String number,
124 String getVoiceMailNumber(in PhoneAccountHandle accountHandle, String callingPackage);
129 String getLine1Number(in PhoneAccountHandle accountHandle, String callingPackage);
193 boolean handlePinMmiForPhoneAccount(in PhoneAccountHandle accountHandle, String dialString,
199 Uri getAdnUriForPhoneAccount(in PhoneAccountHandle accountHandle, String callingPackage);
229 boolean enablePhoneAccount(in PhoneAccountHandle accountHandle, boolean isEnabled);
H A DIInCallAdapter.aidl49 void phoneAccountSelected(String callId, in PhoneAccountHandle accountHandle,
/frameworks/base/core/java/android/provider/
H A DCallLog.java411 * @param accountHandle The accountHandle object identifying the provider of the call
421 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
423 return addCall(ci, context, number, presentation, callType, features, accountHandle,
440 * @param accountHandle The accountHandle object identifying the provider of the call
453 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
455 return addCall(ci, context, number, presentation, callType, features, accountHandle,
471 * @param accountHandle The accountHandle objec
420 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage) argument
452 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers) argument
485 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers, boolean is_read) argument
[all...]
H A DVoicemailContract.java464 * @param accountHandle The handle for the account the source is associated with.
471 public static void setStatus(Context context, PhoneAccountHandle accountHandle, argument
477 accountHandle.getComponentName().flattenToString());
478 values.put(Status.PHONE_ACCOUNT_ID, accountHandle.getId());

Completed in 124 milliseconds