Home
last modified time | relevance | path

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

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