Home
last modified time | relevance | path

Searched refs:BootCompleteCacheImpl (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DBootCompleteCacheTest.kt37 private lateinit var bootCompleteCache: BootCompleteCacheImpl
45 bootCompleteCache = BootCompleteCacheImpl(mock(DumpManager::class.java)) in setUp()
DSystemUIApplicationTest.kt55 @Mock private lateinit var bootCompleteCache: BootCompleteCacheImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSysUIComponent.java19 import com.android.systemui.BootCompleteCacheImpl;
124 BootCompleteCacheImpl provideBootCacheImpl(); in provideBootCacheImpl()
DSystemUIModule.java31 import com.android.systemui.BootCompleteCacheImpl;
282 abstract BootCompleteCache bindBootCompleteCache(BootCompleteCacheImpl bootCompleteCache); in bindBootCompleteCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBootCompleteCacheImpl.kt35 class BootCompleteCacheImpl @Inject constructor(dumpManager: DumpManager) : class
DSystemUIApplication.java70 private BootCompleteCacheImpl mBootCompleteCache;