Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java897 int userHandle, boolean useLine1, boolean shortVersion) { in getConditionLine() argument
912 final String rt = c == null ? "" : useLine1 ? c.line1 : c.summary; in getConditionLine()