Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java888 return getConditionLine(context, config, userHandle, true /*useLine1*/, shortVersion); in getConditionLine1()
893 return getConditionLine(context, config, userHandle, false /*useLine1*/, shortVersion); in getConditionSummary()
896 private static String getConditionLine(Context context, ZenModeConfig config, in getConditionLine() method in ZenModeConfig