Searched refs:BootCompleteCacheImpl (Results 1 – 6 of 6) sorted by relevance
37 private lateinit var bootCompleteCache: BootCompleteCacheImpl45 bootCompleteCache = BootCompleteCacheImpl(mock(DumpManager::class.java)) in setUp()
55 @Mock private lateinit var bootCompleteCache: BootCompleteCacheImpl
19 import com.android.systemui.BootCompleteCacheImpl;124 BootCompleteCacheImpl provideBootCacheImpl(); in provideBootCacheImpl()
31 import com.android.systemui.BootCompleteCacheImpl;282 abstract BootCompleteCache bindBootCompleteCache(BootCompleteCacheImpl bootCompleteCache); in bindBootCompleteCache()
35 class BootCompleteCacheImpl @Inject constructor(dumpManager: DumpManager) : class
70 private BootCompleteCacheImpl mBootCompleteCache;