HomeSort by relevance Sort by last modified time
    Searched full:themeindex (Results 1 - 1 of 1) sorted by null

  /cts/hostsidetests/theme/app/src/android/theme/app/
ThemeDeviceActivity.java 63 final int themeIndex = intent.getIntExtra(EXTRA_THEME, -1);
64 if (themeIndex < 0) {
76 mTheme = THEMES[themeIndex];

Completed in 147 milliseconds