/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 | 118 int callType; in addGroups() local 269 private boolean areBothNotVoicemail(int callType, int groupCallType) { in areBothNotVoicemail() 273 private boolean areBothNotBlocked(int callType, int groupCallType) { in areBothNotBlocked() 277 private boolean areBothBlocked(int callType, int groupCallType) { in areBothBlocked()
|
D | CallLogListItemViewHolder.java | 196 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()
|
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() local 217 private static @ColorInt int getColorForCallType(Context context, int callType) { in getColorForCallType()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedCallListAdapter.java | 194 String callType; in getView() local 219 String status, String audioRoute, String callType, in setInfoForRow()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/ |
D | CallTypeIconsView.java | 81 public void add(int callType) { in add() 102 private Drawable getCallTypeDrawable(int callType) { in getCallTypeDrawable()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/ |
D | CallHistoryLiveData.java | 73 private static CallHistoryLiveData newInstance(Context context, int callType, int limit) { in newInstance()
|
/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/services/Telecomm/src/com/android/server/telecom/ |
D | CallLogManager.java | 84 String postDialDigits, String viaNumber, int presentation, int callType, in AddCallArgs() 116 public final int callType; field in CallLogManager.AddCallArgs 372 int callType, in logCall() 603 private void sendAddCallBroadcast(int callType, long duration) { in sendAddCallBroadcast()
|
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
D | PhoneCallLog.java | 44 public Record(long callEndTimestamp, int callType) { in Record()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | CallLogProviderTest.java | 436 private ContentValues getDefaultValues(int callType) { in getDefaultValues()
|