Searched refs:THEME_SETTING (Results 1 – 3 of 3) sorted by relevance
27 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
87 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()
77 String THEME_SETTING = Secure.THEME_CUSTOMIZATION_OVERLAY_PACKAGES; field