Home
last modified time | relevance | path

Searched refs:defaultTheme (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DThemeHelper.java72 int defaultTheme = mSetupWizardBridge.isSetupWizardDayNightEnabled(context) in inferThemeResId() local
76 .resolveTheme(defaultTheme, themeName, shouldSuppressDayNight(context)); in inferThemeResId()
179 int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight); in resolveTheme() argument
213 public int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight) { in resolveTheme() argument
215 .setDefaultTheme(defaultTheme) in resolveTheme()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DWfcActivationActivity.java126 int defaultTheme = in setSuwTheme() local
132 .setDefaultTheme(defaultTheme) in setSuwTheme()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardThemeTests.java164 final KeyboardTheme defaultTheme = KeyboardTheme.getDefaultKeyboardTheme( in assertDefaultKeyboardTheme() local
167 assertNotNull(defaultTheme); in assertDefaultKeyboardTheme()
168 assertEquals(expectedThemeId, defaultTheme.mThemeId); in assertDefaultKeyboardTheme()
/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/theme/
DThemeManagerTest.java102 ThemeBundle defaultTheme = new ThemeBundle.Builder().asDefault().build(mActivity); in apply_WithDefaultTheme_StoresEmptyJsonString() local
104 applyTheme(defaultTheme); in apply_WithDefaultTheme_StoresEmptyJsonString()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DThemeHelperTest.java292 public int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight) { in createThemeHelper()
293 return Objects.hash(defaultTheme, themeName, suppressDayNight); in createThemeHelper()