/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/ |
D | CallAnalyticsProvider.java | 150 String callType, String callStatus, int slotId, String rat, String failureReason) { in getContentValues() 195 String callType, String callStatus, int slotId, String rat, String failureReason) { in insertDataToDb() 298 private String[] getColumnSelectionAndArgs(String callType, String callStatus) { in getColumnSelectionAndArgs() 339 private long countCallsOfTypeAndStatus(String callType, String callStatus) { in countCallsOfTypeAndStatus() 456 private HashMap<String, Integer> getFailureCountByRatForCallType(String callType) { in getFailureCountByRatForCallType() 460 private HashMap<String, Integer> getFailureCountByReasonForCallType(String callType) { in getFailureCountByReasonForCallType() 465 String column, String callType) { in getFailureCountByColumnForCallType() 596 String callType, in addFailureStatsFromHashMap()
|
D | TelephonyAnalytics.java | 260 String callType; in onCallTerminated() local 291 private void sendDataToProvider(String callType, String status, int simSlotIndex, in sendDataToProvider()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | CallLogQueryHelper.java | 89 int callType = cursor.getInt(typeIndex); in querySince() local 107 private boolean addEvent(String phoneNumber, long date, long durationSeconds, int callType) { in addEvent() 119 private boolean validateEvent(String phoneNumber, long date, int callType) { in validateEvent()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsExternalCallState.java | 91 @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()
|
D | ImsCallProfile.java | 650 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() 678 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile() 951 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
|
D | ImsCallSession.java | 865 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 1019 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsMMTelFeature.aidl | 39 boolean isConnected(int callSessionType, int callType); in isConnected() 44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
|
D | IImsService.aidl | 39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() 54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
|
D | IImsCallSession.aidl | 139 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 214 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
D | MMTelFeature.java | 238 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/ |
D | MmTelInterfaceAdapter.java | 57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected() 78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
|
D | MmTelFeatureCompatAdapter.java | 386 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/analytics/ |
D | CallAnalyticsProviderTest.java | 201 String callType, String callStatus, int slotId, String rat, String failureReason) { in getContentValues() 247 String callType = "Normal Call"; in testSuccessCall() local 279 String callType = "Normal Call"; in testFailureCall() local
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | TestMMTelFeatureCompat.java | 34 public boolean isConnected(int callSessinType, int callType) { in isConnected()
|
D | TestMmTelFeature.java | 73 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | CallAttributes.java | 79 int callType, in CallAttributes() 197 public Builder setCallType(@CallType int callType) { in setCallType()
|
D | ParcelableCallAnalytics.java | 291 private final int callType; field in ParcelableCallAnalytics 330 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, in ParcelableCallAnalytics()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 540 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 641 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 486 public @NonNull AddCallParametersBuilder setCallType(int callType) { in setCallType() 731 String viaNumber, int presentation, int callType, int features, in AddCallParams() 766 String viaNumber, int presentation, int callType, int features, in AddCallParams() 1649 int presentation, int callType, int features, in addCall() 1692 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() 1746 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CallState.java | 387 public CallState.Builder setImsCallType(@ImsCallType int callType) { in setImsCallType()
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsMmTelFeature.aidl | 45 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 193 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 297 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 1223 public void accept(int callType) throws ImsException { in accept() 1235 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() 1620 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update()
|
D | MmTelFeatureConnection.java | 482 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile()
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MmTelFeature.java | 1552 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|