Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java70 private BootCompleteCacheImpl mBootCompleteCache; field in SystemUIApplication
112 mBootCompleteCache = mSysUIComponent.provideBootCacheImpl(); in onCreate()
157 if (mBootCompleteCache.isBootComplete()) return; in onCreate()
161 mBootCompleteCache.setBootComplete(); in onCreate()
176 if (!mBootCompleteCache.isBootComplete()) return; in onCreate()
257 if (!mBootCompleteCache.isBootComplete()) { in startServicesIfNeeded()
262 mBootCompleteCache.setBootComplete(); in startServicesIfNeeded()
362 if (mBootCompleteCache.isBootComplete()) { in startServicesIfNeeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java76 private final BootCompleteCache mBootCompleteCache; field in LocationControllerImpl
100 mBootCompleteCache = bootCompleteCache; in LocationControllerImpl()
193 return mBootCompleteCache.isBootComplete() && locationManager.isLocationEnabledForUser( in isLocationEnabled()