Searched refs:EVENT_HISTORY_INJECTOR (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | EventHistoryImplTest.java | 64 private static final EventHistoryImpl.Injector EVENT_HISTORY_INJECTOR = field in EventHistoryImplTest 88 mEventHistory = new EventHistoryImpl(EVENT_HISTORY_INJECTOR, mFile, in setUp() 232 EVENT_HISTORY_INJECTOR, mCacheDir, mMockScheduledExecutorService); in testEventHistoriesImplFromDisk() 246 mEventHistory = new EventHistoryImpl(EVENT_HISTORY_INJECTOR, mFile, in resetAndLoadEventHistory()
|
D | UsageStatsQueryHelperTest.java | 384 private static final EventHistoryImpl.Injector EVENT_HISTORY_INJECTOR = field in UsageStatsQueryHelperTest.TestEventStore 397 mShortcutEventHistory = new TestEventHistoryImpl(EVENT_HISTORY_INJECTOR, rootDir, in TestEventStore() 399 mLocusEventHistory = new TestEventHistoryImpl(EVENT_HISTORY_INJECTOR, rootDir, in TestEventStore()
|