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;
110 Settings.Secure.getString(mActivity.getContentResolver(), THEME_SETTING)); in apply_WithDefaultTheme_StoresEmptyJsonString()
128 Settings.Secure.getString(mActivity.getContentResolver(), THEME_SETTING)); in apply_WithOverlayTheme_StoresSerializedPackagesWithTimestamp()
181 Settings.Secure.getString(mActivity.getContentResolver(), THEME_SETTING)); in storeEmptyTheme_SettingsSecureStoresEmptyTheme()
191 Settings.Secure.getString(mActivity.getContentResolver(), THEME_SETTING), in getStoredOverlays_GetsFromSettingsSecureWithExpectedName() local
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeManager.java158 ResourceConstants.THEME_SETTING, theme.getSerializedPackagesWithTimestamp());
192 ResourceConstants.THEME_SETTING);
214 ResourceConstants.THEME_SETTING);
217 ResourceConstants.THEME_SETTING, new JSONObject().toString());
/packages/apps/ThemePicker/src/com/android/customization/model/
DResourceConstants.java77 String THEME_SETTING = Secure.THEME_CUSTOMIZATION_OVERLAY_PACKAGES; field