Searched refs:BootCompleteCache (Results 1 – 8 of 8) sorted by relevance
37 BootCompleteCache, Dumpable {49 private val listeners = mutableListOf<WeakReference<BootCompleteCache.BootCompleteListener>>()82 override fun addListener(listener: BootCompleteCache.BootCompleteListener): Boolean { in addListener()97 override fun removeListener(listener: BootCompleteCache.BootCompleteListener) { in removeListener()
19 interface BootCompleteCache { interface
38 import com.android.systemui.BootCompleteCache;64 private BootCompleteCache mBootCompleteCache;73 BootCompleteCache bootCompleteCache) { in LocationControllerImpl()
32 import com.android.systemui.BootCompleteCache;56 mock(BootCompleteCache.class))); in setup()
24 import com.android.systemui.BootCompleteCache;73 abstract BootCompleteCache bindBootCompleteCache(BootCompleteCacheImpl bootCompleteCache); in bindBootCompleteCache()
36 import com.android.systemui.BootCompleteCache;154 private final BootCompleteCache.BootCompleteListener mBootCompleteListener =155 new BootCompleteCache.BootCompleteListener() {175 private final Lazy<BootCompleteCache> mBootCompleteCache;210 Lazy<BootCompleteCache> bootCompleteCache) { in AssistHandleReminderExpBehavior()
30 import com.android.systemui.BootCompleteCache;80 Optional<Lazy<StatusBar>> statusBarOptionalLazy, BootCompleteCache bootCompleteCache) { in PhoneStateMonitor()
39 private lateinit var bootCompleteListener: BootCompleteCache.BootCompleteListener