Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java8995 .hideTime(numActionsToShow > 1) // hide if actions wider than a right icon in makeMediaContentView()
12170 public StandardTemplateParams hideTime(boolean hideTime) { in hideTime() method in Notification.Builder.StandardTemplateParams
12171 mHideTime = hideTime; in hideTime()