Home
last modified time | relevance | path

Searched defs:callType (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/services/people/java/com/android/server/people/data/
DCallLogQueryHelper.java89 int callType = cursor.getInt(typeIndex); in querySince() local
104 private boolean addEvent(String phoneNumber, long date, long durationSeconds, int callType) { in addEvent()
116 private boolean validateEvent(String phoneNumber, long date, int callType) { in validateEvent()
/frameworks/base/telephony/java/android/telephony/ims/
DImsExternalCallState.java91 @ExternalCallState int callState, int callType, boolean isCallheld) { in ImsExternalCallState()
103 boolean isPullable, @ExternalCallState int callState, int callType, in ImsExternalCallState()
129 @ExternalCallType int callType, boolean isCallheld) { in ImsExternalCallState()
DImsCallProfile.java631 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
659 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile()
931 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
DImsCallSession.java814 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
968 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsMMTelFeature.aidl39 boolean isConnected(int callSessionType, int callType); in isConnected()
44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
DIImsCallSession.aidl137 void accept(int callType, in ImsStreamMediaProfile profile); in accept()
212 void update(int callType, in ImsStreamMediaProfile profile); in update()
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java238 public boolean isConnected(int callSessionType, int callType) { in isConnected()
285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DMmTelInterfaceAdapter.java57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected()
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
DMmTelFeatureCompatAdapter.java386 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestMMTelFeatureCompat.java34 public boolean isConnected(int callSessinType, int callType) { in isConnected()
DTestMmTelFeature.java64 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java408 @CallStats.CallType int callType) { in createExtraStatsLocked()
438 boolean shouldLogForTypeLocked(@CallStats.CallType int callType) { in shouldLogForTypeLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java36 final @CallStats.CallType int callType = CallStats.CALL_TYPE_PUT_DOCUMENTS; in testAppSearchStats_CallStats() local
63 final @CallStats.CallType int callType = CallStats.CALL_TYPE_PUT_DOCUMENTS; in testAppSearchCallStats_nullValues() local
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java422 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
523 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl42 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DCallStats.java210 public Builder setCallType(@CallType int callType) { in setCallType()
/frameworks/base/core/java/android/provider/
DCallLog.java478 public @NonNull AddCallParametersBuilder setCallType(int callType) { in setCallType()
673 String viaNumber, int presentation, int callType, int features, in AddCallParams()
1484 int presentation, int callType, int features, in addCall()
1525 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
1577 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
/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()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java193 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
297 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java646 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java405 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile()
DImsCall.java1193 public void accept(int callType) throws ImsException { in accept()
1205 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept()
1590 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update()
DImsManager.java2333 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1615 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local

12