Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/theme/
DThemeManagerTest.java27 import static com.android.customization.model.ResourceConstants.THEME_SETTING;
108 Settings.Secure.getString(mActivity.getContentResolver(), THEME_SETTING)); in apply_WithDefaultTheme_StoresEmptyJsonString()
126 Settings.Secure.getString(mActivity.getContentResolver(), THEME_SETTING)); in apply_WithOverlayTheme_StoresSerializedPackagesWithTimestamp()
179 Settings.Secure.getString(mActivity.getContentResolver(), THEME_SETTING)); in storeEmptyTheme_SettingsSecureStoresEmptyTheme()
189 Settings.Secure.getString(mActivity.getContentResolver(), THEME_SETTING), in getStoredOverlays_GetsFromSettingsSecureWithExpectedName() local
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeManager.java87 ResourceConstants.THEME_SETTING, theme.getSerializedPackagesWithTimestamp()); in applyOverlays()
121 ResourceConstants.THEME_SETTING); in getStoredOverlays()
143 ResourceConstants.THEME_SETTING); in storeEmptyTheme()
146 ResourceConstants.THEME_SETTING, new JSONObject().toString()); in storeEmptyTheme()
/packages/apps/ThemePicker/src/com/android/customization/model/
DResourceConstants.java77 String THEME_SETTING = Secure.THEME_CUSTOMIZATION_OVERLAY_PACKAGES; field