Home
last modified time | relevance | path

Searched refs:canReportCallerId (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DOldCallDetailsActivity.java54 boolean canReportCallerId, in newInstance() argument
59 intent.putExtra(EXTRA_CAN_REPORT_CALLER_ID, canReportCallerId); in newInstance()
H A DCallDetailsFooterViewHolder.java68 } else if (reportCallIdListener.canReportCallerId(number)) { in setPhoneNumber()
106 boolean canReportCallerId(String number); in canReportCallerId() method
H A DCallDetailsActivity.java60 boolean canReportCallerId, in newInstance() argument
66 intent.putExtra(EXTRA_CAN_REPORT_CALLER_ID, canReportCallerId); in newInstance()
H A DCallDetailsActivityCommon.java451 public boolean canReportCallerId(String number) { in canReportCallerId() method in CallDetailsActivityCommon.ReportCallIdListener
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DIntentProvider.java196 boolean canReportCallerId,
202 context, callDetailsEntries, contact, canReportCallerId, canSupportAssistedDialing);
H A DCallLogListItemViewHolder.java773 boolean canReportCallerId = in bindActionButtons()
778 callDetailsEntries, buildContact(), canReportCallerId, canSupportAssistedDialing())); in bindActionButtons()