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()273 private synchronized TestJournal getTestJournal(String owner) { in getTestJournal()274 TestJournal info = mContainer.get(owner); in getTestJournal()276 info = new TestJournal(); in getTestJournal()
123 final TestJournalProvider.TestJournal journal = TestJournalContainer.get(COMPONENT); in testWallpaperGetDisplayContext()