Searched refs:bootCompleteCache (Results 1 – 4 of 4) sorted by relevance
52 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 …]
81 Lazy<Optional<StatusBar>> statusBarOptionalLazy, BootCompleteCache bootCompleteCache) { in PhoneStateMonitor() argument87 bootCompleteCache.addListener(() -> mDefaultHome = getCurrentDefaultHome()); in PhoneStateMonitor()
72 BroadcastDispatcher broadcastDispatcher, BootCompleteCache bootCompleteCache, in LocationControllerImpl() argument76 mBootCompleteCache = bootCompleteCache; in LocationControllerImpl()
137 abstract BootCompleteCache bindBootCompleteCache(BootCompleteCacheImpl bootCompleteCache); in bindBootCompleteCache() argument