Home
last modified time | relevance | path

Searched refs:bootCompleteCache (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DBootCompleteCacheTest.kt52 bootCompleteCache.setBootComplete()
54 assertTrue(bootCompleteCache.isBootComplete())
61 bootCompleteCache.setBootComplete()
62 bootCompleteCache.setBootComplete()
75 bootCompleteCache.setBootComplete()
84 bootCompleteCache.setBootComplete()
92 bootCompleteCache.setBootComplete()
93 bootCompleteCache.setBootComplete()
100 bootCompleteCache.setBootComplete()
104 bootCompleteCache.setBootComplete()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DPhoneStateMonitor.java81 Lazy<Optional<StatusBar>> statusBarOptionalLazy, BootCompleteCache bootCompleteCache) { in PhoneStateMonitor() argument
87 bootCompleteCache.addListener(() -> mDefaultHome = getCurrentDefaultHome()); in PhoneStateMonitor()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java72 BroadcastDispatcher broadcastDispatcher, BootCompleteCache bootCompleteCache, in LocationControllerImpl() argument
76 mBootCompleteCache = bootCompleteCache; in LocationControllerImpl()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java137 abstract BootCompleteCache bindBootCompleteCache(BootCompleteCacheImpl bootCompleteCache); in bindBootCompleteCache() argument