Searched refs:BootCompleteCache (Results 1 – 7 of 7) sorted by relevance
37 BootCompleteCache, Dumpable {49 private val listeners = mutableListOf<WeakReference<BootCompleteCache.BootCompleteListener>>()82 override fun addListener(listener: BootCompleteCache.BootCompleteListener): Boolean {97 override fun removeListener(listener: BootCompleteCache.BootCompleteListener) {
19 interface BootCompleteCache { regex
38 import com.android.systemui.BootCompleteCache;62 private final BootCompleteCache mBootCompleteCache;72 BroadcastDispatcher broadcastDispatcher, BootCompleteCache bootCompleteCache, in LocationControllerImpl()
36 import com.android.systemui.BootCompleteCache;72 mock(BootCompleteCache.class), in setup()
30 import com.android.systemui.BootCompleteCache;81 Lazy<Optional<StatusBar>> statusBarOptionalLazy, BootCompleteCache bootCompleteCache) { in PhoneStateMonitor()
27 import com.android.systemui.BootCompleteCache;137 abstract BootCompleteCache bindBootCompleteCache(BootCompleteCacheImpl bootCompleteCache); in bindBootCompleteCache()
39 private lateinit var bootCompleteListener: BootCompleteCache.BootCompleteListener