Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBootCompleteCacheImpl.kt37 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) {
H A DBootCompleteCache.kt19 interface BootCompleteCache { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java38 import com.android.systemui.BootCompleteCache;
62 private final BootCompleteCache mBootCompleteCache;
72 BroadcastDispatcher broadcastDispatcher, BootCompleteCache bootCompleteCache, in LocationControllerImpl()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImplTest.java36 import com.android.systemui.BootCompleteCache;
72 mock(BootCompleteCache.class), in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DPhoneStateMonitor.java30 import com.android.systemui.BootCompleteCache;
81 Lazy<Optional<StatusBar>> statusBarOptionalLazy, BootCompleteCache bootCompleteCache) { in PhoneStateMonitor()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java27 import com.android.systemui.BootCompleteCache;
137 abstract BootCompleteCache bindBootCompleteCache(BootCompleteCacheImpl bootCompleteCache); in bindBootCompleteCache()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DBootCompleteCacheTest.kt39 private lateinit var bootCompleteListener: BootCompleteCache.BootCompleteListener