Searched refs:TestJournal (Results 1 – 2 of 2) sorted by relevance
117 extras.setClassLoader(TestJournal.class.getClassLoader()); in ensureExtras()243 public static class TestJournal { class in TestJournalProvider258 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()
125 final TestJournalProvider.TestJournal journal = TestJournalContainer.get(COMPONENT); in testWallpaperGetDisplayContext()