| /packages/apps/Dialer/java/com/android/dialer/spam/ | 
| D | Spam.java | 110       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()
 
 | 
| /packages/apps/Dialer/java/com/android/dialer/app/calllog/ | 
| D | BlockReportSpamListener.java | 71       final int callType,  in onBlockReportSpam()112       final int callType,  in onBlock()
 150       final int callType,  in onUnblock()
 186       final int callType,  in onReportNotSpam()
 
 | 
| D | CallLogGroupBuilder.java | 119     int callType;  in addGroups()  local270   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()
 
 | 
| D | CallLogListItemViewHolder.java | 196   public int callType;  field in CallLogListItemViewHolder1326         int callType,  in onBlockReportSpam()
 1333         int callType,  in onBlock()
 1340         int callType,  in onUnblock()
 1349         int callType,  in onReportNotSpam()
 
 | 
| D | CallLogActivity.java | 79       final int callType = intent.getIntExtra(CallLog.Calls.EXTRA_CALL_TYPE_FILTER, -1);  in onCreate()  local
 | 
| /packages/apps/Dialer/java/com/android/dialer/spam/stub/ | 
| D | SpamStub.java | 90       int callType,  in reportSpamFromAfterCallNotification()98       int callType,  in reportSpamFromCallHistory()
 106       int callType,  in reportNotSpamFromAfterCallNotification()
 114       int callType,  in reportNotSpamFromCallHistory()
 
 | 
| /packages/apps/Dialer/java/com/android/dialer/simulator/impl/ | 
| D | SimulatorSimCallManager.java | 91       @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()
 
 | 
| /packages/apps/Dialer/java/com/android/dialer/calllogutils/ | 
| D | CallTypeHelper.java | 89   public static boolean isMissedCallType(int callType) {  in isMissedCallType()98       int callType, boolean isVideoCall, boolean isPulledCall, boolean isDuoCall) {  in getCallTypeText()
 
 | 
| D | CallTypeIconsView.java | 83   public void add(int callType) {  in add()168   private Drawable getCallTypeDrawable(int callType) {  in getCallTypeDrawable()
 
 | 
| /packages/apps/Dialer/java/com/android/dialer/calldetails/ | 
| D | CallDetailsEntryViewHolder.java | 105     int callType = entry.getCallType();  in setCallDetails()  local217   private static @ColorInt int getColorForCallType(Context context, int callType) {  in getColorForCallType()
 
 | 
| /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ | 
| D | SelfManagedCallListAdapter.java | 196         String callType;  in getView()  local221                                String status, String audioRoute, String callType,  in setInfoForRow()
 
 | 
| /packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ | 
| D | QnsCarrierConfigManagerTest.java | 1169             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()
 
 | 
| D | AccessNetworkSelectionPolicyBuilderTest.java | 241     protected String[] getPolicy(int direction, int callType, int preference, int coverage) {  in getPolicy()
 | 
| D | QnsMetricsTest.java | 140             int callType) {  in sendQualifiedNetworksMessage()
 | 
| /packages/apps/Dialer/java/com/android/dialer/database/ | 
| D | CallLogQueryHandler.java | 96   public void fetchCalls(int callType, long newerThan) {  in fetchCalls()153   private void fetchCalls(int token, int callType, boolean newOnly, long newerThan) {  in fetchCalls()
 
 | 
| /packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ | 
| D | AccessNetworkSelectionPolicy.java | 132         protected PreCondition(  in PreCondition()188         protected GuardingPreCondition(  in GuardingPreCondition()
 
 | 
| D | QnsCarrierConfigManager.java | 795             QnsConfigArray thresholds, int accessNetwork, int measurementType, int callType) {  in applyProvisioningInfo()1997     int getWwanHysteresisTimer(int netCapability, @QnsConstants.QnsCallType int callType) {  in getWwanHysteresisTimer()
 2031     int getWlanHysteresisTimer(int netCapability, @QnsConstants.QnsCallType int callType) {  in getWlanHysteresisTimer()
 2167             int callType,  in getThreshold()
 2207             int accessNetwork, int callType, int measurementType, int preference) {  in getThresholdByPref()
 2261     QnsConfigArray getWifiRssiThresholdWithoutCellular(int callType) {  in getWifiRssiThresholdWithoutCellular()
 
 | 
| D | QnsCallStatusTracker.java | 472         void callStarted(@QnsConstants.QnsCallType int callType, int netCapability) {  in callStarted()496         private void callTypeUpdated(@QnsConstants.QnsCallType int callType) {  in callTypeUpdated()
 850     private void notifyCallType(int netCapability, int callType) {  in notifyCallType()
 
 | 
| D | AccessNetworkEvaluator.java | 678     void onSetCallType(@QnsConstants.QnsCallType int callType) {  in onSetCallType()1313     boolean vopsCheckRequired(int cellularAccessNetworkType, int coverage, int callType) {  in vopsCheckRequired()
 1899         int callType = mCallType;  in getMatchingPreCondition()  local
 
 | 
| D | QnsConstants.java | 214     static String callTypeToString(@QnsConstants.QnsCallType int callType) {  in callTypeToString()
 | 
| /packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/ | 
| D | PlatformLogger.java | 598             @CallStats.CallType int callType) {  in createExtraStatsLocked()628     boolean shouldLogForTypeLocked(@CallStats.CallType int callType) {  in shouldLogForTypeLocked()
 
 | 
| /packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/ | 
| D | AppSearchStatsTest.java | 37         final @CallStats.CallType int callType = CallStats.CALL_TYPE_PUT_DOCUMENTS;  in testAppSearchStats_CallStats()  local64         final @CallStats.CallType int callType = CallStats.CALL_TYPE_PUT_DOCUMENTS;  in testAppSearchCallStats_nullValues()  local
 
 | 
| /packages/modules/AppSearch/service/java/com/android/server/appsearch/ | 
| D | AppSearchManagerService.java | 509             int callType = global ? CallStats.CALL_TYPE_GLOBAL_GET_SCHEMA  in getSchema()  local784             int callType = global ? CallStats.CALL_TYPE_GLOBAL_GET_DOCUMENT_BY_ID  in getDocuments()  local
 1062             int callType = global ? CallStats.CALL_TYPE_GLOBAL_GET_NEXT_PAGE  in getNextPage()  local
 1566             int callType = systemUsage ? CallStats.CALL_TYPE_REPORT_SYSTEM_USAGE  in reportUsage()  local
 
 | 
| /packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/ | 
| D | CallStats.java | 284         public Builder setCallType(@CallType int callType) {  in setCallType()
 | 
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ | 
| D | CallLogProviderTest.java | 751     private ContentValues getDefaultValues(int callType) {  in getDefaultValues()
 |