Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayApplier.java90 static final String TIMESTAMP_FIELD = "_applied_timestamp"; field in ThemeOverlayApplier
H A DThemeOverlayController.java31 import static com.android.systemui.theme.ThemeOverlayApplier.TIMESTAMP_FIELD;
342 jsonObject.put(TIMESTAMP_FIELD, System.currentTimeMillis()); in handleWallpaperColors()