Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestJournalProvider.java117 extras.setClassLoader(TestJournal.class.getClassLoader()); in ensureExtras()
243 public static class TestJournal { class in TestJournalProvider
258 private final ArrayMap<String, TestJournal> mContainer = new ArrayMap<>();
264 public static TestJournal get(ComponentName owner) { in get()
269 public static TestJournal get(String owner) { in get()
283 private synchronized TestJournal getTestJournal(String owner) { in getTestJournal()
284 TestJournal info = mContainer.get(owner); in getTestJournal()
286 info = new TestJournal(); in getTestJournal()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java125 final TestJournalProvider.TestJournal journal = TestJournalContainer.get(COMPONENT); in testWallpaperGetDisplayContext()