Searched refs:mBootCompleteCache (Results 1 – 3 of 3) sorted by relevance
52 private BootCompleteCacheImpl mBootCompleteCache; field in SystemUIApplication79 mBootCompleteCache = mRootComponent.provideBootCacheImpl(); in onCreate()93 if (mBootCompleteCache.isBootComplete()) return; in onCreate()97 mBootCompleteCache.setBootComplete(); in onCreate()112 if (!mBootCompleteCache.isBootComplete()) return; in onCreate()164 if (!mBootCompleteCache.isBootComplete()) { in startServicesIfNeeded()168 mBootCompleteCache.setBootComplete(); in startServicesIfNeeded()212 if (mBootCompleteCache.isBootComplete()) { in startServicesIfNeeded()
64 private BootCompleteCache mBootCompleteCache; field in LocationControllerImpl76 mBootCompleteCache = bootCompleteCache; in LocationControllerImpl()140 return mBootCompleteCache.isBootComplete() && locationManager.isLocationEnabledForUser( in isLocationEnabled()
175 private final Lazy<BootCompleteCache> mBootCompleteCache; field in AssistHandleReminderExpBehavior225 mBootCompleteCache = bootCompleteCache; in AssistHandleReminderExpBehavior()233 mBootCompleteCache.get().addListener(mBootCompleteListener); in onModeActivated()266 mBootCompleteCache.get().removeListener(mBootCompleteListener); in onModeDeactivated()