Home
last modified time | relevance | path

Searched refs:getCallType (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
DHistoryItemActionModulesBuilder.java201 || Spam.shouldShowAsSpam(moduleInfo.getIsSpam(), moduleInfo.getCallType()) in addModuleForVideoCall()
317 || Spam.shouldShowAsSpam(moduleInfo.getIsSpam(), moduleInfo.getCallType()) in addModuleForAddingToContacts()
373 .setCallType(moduleInfo.getCallType()) in addModuleForBlockedOrSpamNumber()
381 if (Spam.shouldShowAsSpam(moduleInfo.getIsSpam(), moduleInfo.getCallType())) { in addModuleForBlockedOrSpamNumber()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallLogEntryText.java151 if (Spam.shouldShowAsSpam(row.getNumberAttributes().getIsSpam(), row.getCallType())) { in buildSecondaryTextListForEntries()
210 if (Spam.shouldShowAsSpam(row.getNumberAttributes().getIsSpam(), row.getCallType())) { in buildSecondaryTextForBottomSheet()
268 && !Spam.shouldShowAsSpam(row.getNumberAttributes().getIsSpam(), row.getCallType())) { in getNumberTypeLabel()
DPhotoInfoBuilder.java39 coalescedRow.getNumberAttributes().getIsSpam(), coalescedRow.getCallType())) in fromCoalescedRow()
52 voicemailEntry.getNumberAttributes().getIsSpam(), voicemailEntry.getCallType())); in fromVoicemailEntry()
DCallLogEntryDescriptions.java107 switch (row.getCallType()) { in getPrimaryDescriptionResIdForCallType()
DCallTypeIconsView.java164 public int getCallType(int index) { in getCallType() method in CallTypeIconsView
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/calllog/
DCallHistoryFragmentTest.java136 assertThat(callTypeIconsView.getCallType(0)).isEqualTo( in testCalllogViewHolder()
138 assertThat(callTypeIconsView.getCallType(1)).isEqualTo( in testCalllogViewHolder()
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
DShowBlockReportSpamDialogReceiver.java131 dialogInfo.getCallType(), in showDialogToBlockNumberAndOptionallyReportSpam()
190 dialogInfo.getCallType(), in showDialogToReportNotSpam()
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
DNewCallLogViewHolder.java183 return row.getCallType() == Calls.MISSED_TYPE && !row.getIsRead(); in isUnreadMissedCall()
226 switch (row.getCallType()) { in setCallTypeIcon()
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/
DNewCallLogMenu.java40 if (!row.getIsRead() && row.getCallType() == Calls.MISSED_TYPE) { in createOnClickListener()
DModules.java107 .setCallType(row.getCallType()) in buildModuleInfo()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/menu/
DModules.java51 .setCallType(voicemailEntry.getCallType()) in buildModuleInfo()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/entity/
DUiCallLog.java123 : mCallRecords.get(0).getCallType(); in getMostRecentCallType()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DPhoneCallLog.java59 public int getCallType() { in getCallType() method in PhoneCallLog.Record
/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
DCallTypeIconsView.java98 public int getCallType(int index) { in getCallType() method in CallTypeIconsView
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
DCallLogViewHolder.java82 mCallTypeIconsView.add(record.getCallType()); in bind()
/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsEntryViewHolder.java105 int callType = entry.getCallType(); in setCallDetails()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DAnalyticsTests.java163 assertEquals(expectedAnalytics.callDirection, pCA.getCallType()); in testAnalyticsDumping()