Home
last modified time | relevance | path

Searched refs:changeToTheme (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
DUtils.java32 public static void changeToTheme(Activity activity, String themeName, int themeResId) { in changeToTheme() method in Utils
DDefaultThemeSamples.java62 Utils.changeToTheme(this, themeName, themeResId); in onCreate()