Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBootCompleteCacheImpl.kt36 BootCompleteCache, Dumpable {
48 private val listeners = mutableListOf<WeakReference<BootCompleteCache.BootCompleteListener>>()
81 override fun addListener(listener: BootCompleteCache.BootCompleteListener): Boolean {
96 override fun removeListener(listener: BootCompleteCache.BootCompleteListener) {
H A DBootCompleteCache.kt19 interface BootCompleteCache { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DPhoneStateMonitor.java30 import com.android.systemui.BootCompleteCache;
81 BootCompleteCache bootCompleteCache, in PhoneStateMonitor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java49 import com.android.systemui.BootCompleteCache;
75 private final BootCompleteCache mBootCompleteCache;
93 BroadcastDispatcher broadcastDispatcher, BootCompleteCache bootCompleteCache, in LocationControllerImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DBootCompleteCacheTest.kt39 private lateinit var bootCompleteListener: BootCompleteCache.BootCompleteListener
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImplTest.java45 import com.android.systemui.BootCompleteCache;
97 mock(BootCompleteCache.class), in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java28 import com.android.systemui.BootCompleteCache;
232 abstract BootCompleteCache bindBootCompleteCache(BootCompleteCacheImpl bootCompleteCache); in bindBootCompleteCache()
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt35 -packages/SystemUI/src/com/android/systemui/BootCompleteCache.kt