Searched refs:canReportCallerId (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DCallDetailsFooterViewHolder.java68 } else if (reportCallIdListener.canReportCallerId(number)) {
105 boolean canReportCallerId(String number); method in interface:CallDetailsFooterViewHolder.ReportCallIdListener
H A DCallDetailsActivity.java121 boolean canReportCallerId,
126 intent.putExtra(EXTRA_CAN_REPORT_CALLER_ID, canReportCallerId);
139 boolean canReportCallerId,
145 intent.putExtra(EXTRA_CAN_REPORT_CALLER_ID, canReportCallerId);
488 public boolean canReportCallerId(String number) { method in class:CallDetailsActivity.ReportCallIdListener
117 newInstance( Context context, CallDetailsEntries details, DialerContact contact, boolean canReportCallerId, boolean canSupportAssistedDialing) argument
135 newInstance( Context context, CoalescedIds coalescedAnnotatedCallLogIds, DialerContact contact, boolean canReportCallerId, boolean canSupportAssistedDialing) argument
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DIntentProvider.java175 * @param canReportCallerId Whether reporting a caller ID is supported.
182 boolean canReportCallerId,
188 context, callDetailsEntries, contact, canReportCallerId, canSupportAssistedDialing);
179 getCallDetailIntentProvider( CallDetailsEntries callDetailsEntries, DialerContact contact, boolean canReportCallerId, boolean canSupportAssistedDialing) argument
H A DCallLogListItemViewHolder.java747 boolean canReportCallerId =
752 callDetailsEntries, buildContact(), canReportCallerId, canSupportAssistedDialing()));

Completed in 525 milliseconds