Searched refs:EXTRA_THEME_PACKAGES (Results 1 – 2 of 2) sorted by relevance
67 public static final String EXTRA_THEME_PACKAGES = "CustomThemeActivity.ThemePackages"; field in CustomThemeActivity89 if (intent != null && intent.hasExtra(EXTRA_THEME_PACKAGES) in onCreate()95 intent.getStringExtra(EXTRA_THEME_PACKAGES)); in onCreate()
341 intent.putExtra(CustomThemeActivity.EXTRA_THEME_PACKAGES, in navigateToCustomTheme()