Searched refs:mBootCompleteCache (Results 1 – 2 of 2) sorted by relevance
62 private BootCompleteCacheImpl mBootCompleteCache; field in SystemUIApplication95 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()
75 private final BootCompleteCache mBootCompleteCache; field in LocationControllerImpl99 mBootCompleteCache = bootCompleteCache; in LocationControllerImpl()192 return mBootCompleteCache.isBootComplete() && locationManager.isLocationEnabledForUser( in isLocationEnabled()