Home
last modified time | relevance | path

Searched refs:mBootCompleteCache (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java62 private BootCompleteCacheImpl mBootCompleteCache; field in SystemUIApplication
95 mBootCompleteCache = mSysUIComponent.provideBootCacheImpl(); in onCreate()
131 if (mBootCompleteCache.isBootComplete()) return; in onCreate()
135 mBootCompleteCache.setBootComplete(); in onCreate()
150 if (!mBootCompleteCache.isBootComplete()) return; in onCreate()
216 if (!mBootCompleteCache.isBootComplete()) { in startServicesIfNeeded()
220 mBootCompleteCache.setBootComplete(); in startServicesIfNeeded()
258 if (mBootCompleteCache.isBootComplete()) { in startServicesIfNeeded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java75 private final BootCompleteCache mBootCompleteCache; field in LocationControllerImpl
99 mBootCompleteCache = bootCompleteCache; in LocationControllerImpl()
192 return mBootCompleteCache.isBootComplete() && locationManager.isLocationEnabledForUser( in isLocationEnabled()