Home
last modified time | relevance | path

Searched refs:callType (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DCallLogQueryHelper.java89 int callType = cursor.getInt(typeIndex); in querySince() local
92 if (addEvent(phoneNumber, date, durationSeconds, callType)) { in querySince()
104 private boolean addEvent(String phoneNumber, long date, long durationSeconds, int callType) { in addEvent() argument
105 if (!validateEvent(phoneNumber, date, callType)) { in addEvent()
108 @Event.EventType int eventType = CALL_TYPE_TO_EVENT_TYPE.get(callType); in addEvent()
116 private boolean validateEvent(String phoneNumber, long date, int callType) { in validateEvent() argument
119 && CALL_TYPE_TO_EVENT_TYPE.indexOfKey(callType) >= 0; in validateEvent()
/frameworks/base/telephony/java/android/telephony/ims/
DImsExternalCallState.java95 @ExternalCallState int callState, int callType, boolean isCallheld) { in ImsExternalCallState() argument
100 mCallType = callType; in ImsExternalCallState()
107 boolean isPullable, @ExternalCallState int callState, int callType, in ImsExternalCallState() argument
114 mCallType = callType; in ImsExternalCallState()
133 @ExternalCallType int callType, boolean isCallheld) { in ImsExternalCallState() argument
139 mCallType = callType; in ImsExternalCallState()
DImsCallProfile.java512 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() argument
514 mCallType = callType; in ImsCallProfile()
540 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile() argument
543 mCallType = callType; in ImsCallProfile()
777 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType() argument
779 switch (callType) { in getVideoStateFromCallType()
DImsCallSession.java770 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() argument
776 miSession.accept(callType, profile); in accept()
924 public void update(int callType, ImsStreamMediaProfile profile) { in update() argument
930 miSession.update(callType, profile); in update()
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java73 public boolean isConnected(int callSessionType, int callType)
76 return MMTelFeature.this.isConnected(callSessionType, callType);
111 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType)
114 return MMTelFeature.this.createCallProfile(sessionId, callSessionType, callType);
237 public boolean isConnected(int callSessionType, int callType) { in isConnected() argument
284 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DMmTelInterfaceAdapter.java57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected() argument
58 return getInterface().isConnected(callSessionType, callType); in isConnected()
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile() argument
80 return getInterface().createCallProfile(sessionId, callSessionType, callType); in createCallProfile()
DMmTelFeatureCompatAdapter.java382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
384 return mCompatFeature.createCallProfile(mSessionId, callSessionType, callType); in createCallProfile()
/frameworks/base/telecomm/java/android/telecom/
DParcelableCallAnalytics.java288 private final int callType; field in ParcelableCallAnalytics
327 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, in ParcelableCallAnalytics() argument
334 this.callType = callType; in ParcelableCallAnalytics()
349 callType = in.readInt(); in ParcelableCallAnalytics()
370 out.writeInt(callType); in writeToParcel()
409 return callType; in getCallType()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java172 public void accept(int callType, ImsStreamMediaProfile profile) {
173 ImsCallSessionImplBase.this.accept(callType, profile);
219 public void update(int callType, ImsStreamMediaProfile profile) {
220 ImsCallSessionImplBase.this.update(callType, profile);
411 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() argument
512 public void update(int callType, ImsStreamMediaProfile profile) { in update() argument
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsMMTelFeature.aidl39 boolean isConnected(int callSessionType, int callType); in isConnected() argument
44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile() argument
DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() argument
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile() argument
DIImsCallSession.aidl135 void accept(int callType, in ImsStreamMediaProfile profile); in accept() argument
210 void update(int callType, in ImsStreamMediaProfile profile); in update() argument
/frameworks/base/core/java/android/provider/
DCallLog.java629 int presentation, int callType, int features, in addCall() argument
633 presentation, callType, features, accountHandle, start, duration, in addCall()
669 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() argument
672 return addCall(ci, context, number, postDialDigits, viaNumber, presentation, callType, in addCall()
718 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() argument
754 values.put(TYPE, Integer.valueOf(callType)); in addCall()
768 if (callType == MISSED_TYPE) { in addCall()
811 && callType == Calls.OUTGOING_TYPE in addCall()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestMmTelFeature.java59 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
60 return super.createCallProfile(callSessionType, callType); in createCallProfile()
DTestMMTelFeatureCompat.java34 public boolean isConnected(int callSessinType, int callType) { in isConnected() argument
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java85 public ImsCallProfile createCallProfile(int callSessionType, int callType)
89 return MmTelFeature.this.createCallProfile(callSessionType, callType);
623 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() argument
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java189 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() argument
293 public void update(int callType, ImsStreamMediaProfile profile) { in update() argument
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1164 public void accept(int callType) throws ImsException { in accept() argument
1165 accept(callType, new ImsStreamMediaProfile()); in accept()
1176 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() argument
1177 logi("accept :: callType=" + callType + ", profile=" + profile); in accept()
1191 mSession.accept(callType, profile); in accept()
1561 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update() argument
1562 logi("update :: callType=" + callType + ", mediaProfile=" + mediaProfile); in update()
1588 mSession.update(callType, mediaProfile); in update()
DMmTelFeatureConnection.java443 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile() argument
447 return getServiceInterface(mBinder).createCallProfile(callServiceType, callType); in createCallProfile()
DImsManager.java1930 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile() argument
1934 return mMmTelFeatureConnection.createCallProfile(serviceType, callType); in createCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1467 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local
1473 ImsCallProfile profile = mImsManager.createCallProfile(serviceType, callType); in dialInternal()