Searched defs:themeResId (Results 1 – 3 of 3) sorted by relevance
31 final int themeResId = intent.getIntExtra(EXTRAS_THEME_RES_ID, R.style.Theme_Base); in onCreate() local
91 public TestThemeHelper(Context context, int themeResId) { in TestThemeHelper()
935 private void assertActivityLaunchedAndThemeApplied(String activityName, int themeResId, in assertActivityLaunchedAndThemeApplied()1018 private static Intent getTestThemeIntent(String activityName, int themeResId) { in getTestThemeIntent()