Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DThemeActivity.java31 final int themeResId = intent.getIntExtra(EXTRAS_THEME_RES_ID, R.style.Theme_Base); in onCreate() local
32 setTheme(themeResId); in onCreate()
DTestThemeHelper.java91 public TestThemeHelper(Context context, int themeResId) { in TestThemeHelper() argument
92 final Resources.Theme theme = new ContextThemeWrapper(context, themeResId).getTheme(); in TestThemeHelper()
DSplitAppTest.java937 private void assertActivityLaunchedAndThemeApplied(String activityName, int themeResId, in assertActivityLaunchedAndThemeApplied() argument
940 getTestThemeIntent(activityName, themeResId)); in assertActivityLaunchedAndThemeApplied()
941 final TestThemeHelper expected = new TestThemeHelper(activity, themeResId); in assertActivityLaunchedAndThemeApplied()
1020 private static Intent getTestThemeIntent(String activityName, int themeResId) { in getTestThemeIntent() argument
1023 intent.putExtra(ThemeActivity.EXTRAS_THEME_RES_ID, themeResId); in getTestThemeIntent()