Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/
H A DModules.java82 canSupportAssistedDialing(row)), in createModuleForAccessingCallDetails()
98 private static boolean canSupportAssistedDialing(CoalescedRow row) { in canSupportAssistedDialing() method in Modules
112 .setCanSupportAssistedDialing(canSupportAssistedDialing(row)) in buildModuleInfo()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DOldCallDetailsActivity.java55 boolean canSupportAssistedDialing) { in newInstance() argument
60 intent.putExtra(EXTRA_CAN_SUPPORT_ASSISTED_DIALING, canSupportAssistedDialing); in newInstance()
H A DCallDetailsActivity.java61 boolean canSupportAssistedDialing) { in newInstance() argument
67 intent.putExtra(EXTRA_CAN_SUPPORT_ASSISTED_DIALING, canSupportAssistedDialing); in newInstance()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DIntentProvider.java197 boolean canSupportAssistedDialing) {
202 context, callDetailsEntries, contact, canReportCallerId, canSupportAssistedDialing);
H A 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