Home
last modified time | relevance | path

Searched refs:canSupportAssistedDialing (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/
DModules.java82 canSupportAssistedDialing(row)), in createModuleForAccessingCallDetails()
98 private static boolean canSupportAssistedDialing(CoalescedRow row) { in canSupportAssistedDialing() method in Modules
112 .setCanSupportAssistedDialing(canSupportAssistedDialing(row)) in buildModuleInfo()
/packages/apps/Dialer/java/com/android/dialer/calldetails/
DOldCallDetailsActivity.java55 boolean canSupportAssistedDialing) { in newInstance() argument
60 intent.putExtra(EXTRA_CAN_SUPPORT_ASSISTED_DIALING, canSupportAssistedDialing); in newInstance()
DCallDetailsActivity.java61 boolean canSupportAssistedDialing) { in newInstance() argument
67 intent.putExtra(EXTRA_CAN_SUPPORT_ASSISTED_DIALING, canSupportAssistedDialing); in newInstance()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DIntentProvider.java198 boolean canSupportAssistedDialing) {
203 context, callDetailsEntries, contact, canReportCallerId, canSupportAssistedDialing);
DCallLogListItemViewHolder.java564 } else if (canSupportAssistedDialing()) { in updatePrimaryActionButton()
656 if (canSupportAssistedDialing()) { in bindActionButtons()
778 callDetailsEntries, buildContact(), canReportCallerId, canSupportAssistedDialing())); in bindActionButtons()
857 private boolean canSupportAssistedDialing() { in canSupportAssistedDialing() method in CallLogListItemViewHolder