Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayApplier.java91 static final String TIMESTAMP_FIELD = "_applied_timestamp"; field in ThemeOverlayApplier
DThemeOverlayController.java32 import static com.android.systemui.theme.ThemeOverlayApplier.TIMESTAMP_FIELD;
345 jsonObject.put(TIMESTAMP_FIELD, System.currentTimeMillis()); in handleWallpaperColors()