Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DThemeHelper.java73 .resolveTheme(defaultTheme, themeName, shouldSuppressDayNight(context)); in inferThemeResId()
97 if (shouldSuppressDayNight(context)) { in getDefaultNightMode()
140 private boolean shouldSuppressDayNight(Context context) { in shouldSuppressDayNight() method in ThemeHelper