Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java70 private final HashMap<String, File> mReferences = new HashMap<>(); field in ThemeHostTest
131 mReferences.put(name, tmp); in setUp()
150 for (File ref : mReferences.values()) { in tearDown()
172 if (mReferences.isEmpty()) { in testThemes()
195 final File expected = mReferences.get(name); in testThemes()