Searched refs:mBootCompleteCache (Results 1 – 2 of 2) sorted by relevance
70 private BootCompleteCacheImpl mBootCompleteCache; field in SystemUIApplication112 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()
76 private final BootCompleteCache mBootCompleteCache; field in LocationControllerImpl100 mBootCompleteCache = bootCompleteCache; in LocationControllerImpl()193 return mBootCompleteCache.isBootComplete() && locationManager.isLocationEnabledForUser( in isLocationEnabled()