Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DAlwaysOnDisplayPolicy.java51 static final String KEY_WALLPAPER_VISIBILITY_MS = "wallpaper_visibility_timeout"; field in AlwaysOnDisplayPolicy
181 wallpaperVisibilityDuration = mParser.getLong(KEY_WALLPAPER_VISIBILITY_MS, in update()