Home
last modified time | relevance | path

Searched defs: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
DTestThemeHelper.java91 public TestThemeHelper(Context context, int themeResId) { in TestThemeHelper()
DSplitAppTest.java935 private void assertActivityLaunchedAndThemeApplied(String activityName, int themeResId, in assertActivityLaunchedAndThemeApplied()
1018 private static Intent getTestThemeIntent(String activityName, int themeResId) { in getTestThemeIntent()