Searched refs:canSupportAssistedDialing (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/ |
D | Modules.java | 82 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/ |
D | OldCallDetailsActivity.java | 55 boolean canSupportAssistedDialing) { in newInstance() argument 60 intent.putExtra(EXTRA_CAN_SUPPORT_ASSISTED_DIALING, canSupportAssistedDialing); in newInstance()
|
D | CallDetailsActivity.java | 61 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/ |
D | IntentProvider.java | 198 boolean canSupportAssistedDialing) { 203 context, callDetailsEntries, contact, canReportCallerId, canSupportAssistedDialing);
|
D | CallLogListItemViewHolder.java | 564 } 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
|