Home
last modified time | relevance | path

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

12345678910>>...22

/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/
DCallAnalyticsProvider.java150 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()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/spam/
DSpam.java110 int callType, in reportSpamFromAfterCallNotification()
129 int callType, in reportSpamFromCallHistory()
148 int callType, in reportNotSpamFromAfterCallNotification()
167 int callType, in reportNotSpamFromCallHistory()
188 static boolean shouldShowAsSpam(boolean isNumberSpam, int callType) { in shouldShowAsSpam()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorSimCallManager.java91 @NonNull Context context, @NonNull String phoneNumber, @CallType int callType) { in addNewOutgoingCall()
99 @CallType int callType, in addNewOutgoingCall()
135 @NonNull Context context, @NonNull String callerId, @CallType int callType) { in addNewIncomingCall()
143 @CallType int callType, in addNewIncomingCall()
245 static Bundle createSimulatorConnectionExtras(@CallType int callType) { in createSimulatorConnectionExtras()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DBlockReportSpamListener.java71 final int callType, in onBlockReportSpam()
112 final int callType, in onBlock()
150 final int callType, in onUnblock()
186 final int callType, in onReportNotSpam()
DCallLogGroupBuilder.java119 int callType; in addGroups() local
270 private boolean areBothNotVoicemail(int callType, int groupCallType) { in areBothNotVoicemail()
274 private boolean areBothNotBlocked(int callType, int groupCallType) { in areBothNotBlocked()
278 private boolean areBothBlocked(int callType, int groupCallType) { in areBothBlocked()
DCallLogListItemViewHolder.java196 public int callType; field in CallLogListItemViewHolder
1326 int callType, in onBlockReportSpam()
1333 int callType, in onBlock()
1340 int callType, in onUnblock()
1349 int callType, in onReportNotSpam()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/spam/stub/
DSpamStub.java90 int callType, in reportSpamFromAfterCallNotification()
98 int callType, in reportSpamFromCallHistory()
106 int callType, in reportNotSpamFromAfterCallNotification()
114 int callType, in reportNotSpamFromCallHistory()
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsCarrierConfigManagerTest.java1169 int callType, in loadAndValidateArrayForNull()
1178 int callType, in loadAndValidateForThresholds()
1229 int callType, in loadAndValidateArrayForNullWithPref()
1239 int callType, in loadAndValidateArrayForInvalidValueWithPref()
1448 int callType, in loadAndValidateForThresholdsByPref()
1463 int callType, in validateForThreshold()
2361 int callType) in invokeApplyProvisioningInfo()
/aosp_15_r20/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
H A DMockVoiceService.java164 int callType, in MockCallInfo()
189 int callType, in MockCallInfo()
341 public void setCallType(int callType) { in setCallType()
1051 int callType, in dialVoiceCall()
1078 int callType, in dialEccVoiceCall()
1164 int callType, in triggerIncomingVoiceCall()
/aosp_15_r20/frameworks/base/services/people/java/com/android/server/people/data/
H A DCallLogQueryHelper.java89 int callType = cursor.getInt(typeIndex); in querySince() local
109 private boolean addEvent(String phoneNumber, long date, long durationSeconds, int callType) { in addEvent()
121 private boolean validateEvent(String phoneNumber, long date, int callType) { in validateEvent()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/
H A 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()
H A DImsCallProfile.java650 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()
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/analytics/
DCallAnalyticsProviderTest.java201 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
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/shared/
DActiveNotificationModel.java123 private final com.android.systemui.statusbar.notification.shared.CallType callType = null; field in ActiveNotificationModel
147com.android.systemui.statusbar.notification.shared.CallType callType, @org.jetbrains.annotations.N… in ActiveNotificationModel()
416com.android.systemui.statusbar.notification.shared.CallType callType, @org.jetbrains.annotations.N… in copy()
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierConfigManager.java786 QnsConfigArray thresholds, int accessNetwork, int measurementType, int callType) { in applyProvisioningInfo()
1988 int getWwanHysteresisTimer(int netCapability, @QnsConstants.QnsCallType int callType) { in getWwanHysteresisTimer()
2022 int getWlanHysteresisTimer(int netCapability, @QnsConstants.QnsCallType int callType) { in getWlanHysteresisTimer()
2158 int callType, in getThreshold()
2198 int accessNetwork, int callType, int measurementType, int preference) { in getThresholdByPref()
2252 QnsConfigArray getWifiRssiThresholdWithoutCellular(int callType) { in getWifiRssiThresholdWithoutCellular()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallTypeHelper.java89 public static boolean isMissedCallType(int callType) { in isMissedCallType()
98 int callType, boolean isVideoCall, boolean isPulledCall, boolean isDuoCall) { in getCallTypeText()
/aosp_15_r20/frameworks/base/core/java/android/provider/
H A DCallLog.java487 public @NonNull AddCallParametersBuilder setCallType(int callType) { in setCallType()
732 String viaNumber, int presentation, int callType, int features, in AddCallParams()
767 String viaNumber, int presentation, int callType, int features, in AddCallParams()
1663 int presentation, int callType, int features, in addCall()
1706 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
1760 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java573 int callType = global ? CallStats.CALL_TYPE_GLOBAL_GET_SCHEMA in getSchema() local
913 int callType = global ? CallStats.CALL_TYPE_GLOBAL_GET_DOCUMENT_BY_ID in getDocuments() local
1332 int callType = global ? CallStats.CALL_TYPE_GLOBAL_OPEN_READ_BLOB in openBlobForRead() local
1702 int callType = global ? CallStats.CALL_TYPE_GLOBAL_GET_NEXT_PAGE in getNextPage() local
2169 int callType = request.isSystemUsage() ? CallStats.CALL_TYPE_REPORT_SYSTEM_USAGE in reportUsage() local
/aosp_15_r20/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsMMTelFeature.aidl39 boolean isConnected(int callSessionType, int callType); in isConnected()
44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
H A DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A DMMTelFeature.java238 public boolean isConnected(int callSessionType, int callType) { in isConnected()
285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
/aosp_15_r20/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()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsEntryViewHolder.java105 int callType = entry.getCallType(); in setCallDetails() local
217 private static @ColorInt int getColorForCallType(Context context, int callType) { in getColorForCallType()
/aosp_15_r20/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallListAdapter.java196 String callType; in getView() local
221 String status, String audioRoute, String callType, in setInfoForRow()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationListInteractorKt.java29 …ceId, boolean isGroupSummary, int bucket, com.android.systemui.statusbar.notification.shared.CallT… in createOrReuse()
33 …ceId, boolean isGroupSummary, int bucket, com.android.systemui.statusbar.notification.shared.CallT… in isCurrent()

12345678910>>...22