Home
last modified time | relevance | path

Searched refs:BootCompleteCache (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBootCompleteCacheImpl.kt37 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()
DBootCompleteCache.kt19 interface BootCompleteCache { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java38 import com.android.systemui.BootCompleteCache;
64 private BootCompleteCache mBootCompleteCache;
73 BootCompleteCache bootCompleteCache) { in LocationControllerImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DLocationControllerImplTest.java32 import com.android.systemui.BootCompleteCache;
56 mock(BootCompleteCache.class))); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUIModule.java24 import com.android.systemui.BootCompleteCache;
73 abstract BootCompleteCache bindBootCompleteCache(BootCompleteCacheImpl bootCompleteCache); in bindBootCompleteCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleReminderExpBehavior.java36 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()
DPhoneStateMonitor.java30 import com.android.systemui.BootCompleteCache;
80 Optional<Lazy<StatusBar>> statusBarOptionalLazy, BootCompleteCache bootCompleteCache) { in PhoneStateMonitor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DBootCompleteCacheTest.kt39 private lateinit var bootCompleteListener: BootCompleteCache.BootCompleteListener