Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java52 private BootCompleteCacheImpl mBootCompleteCache; field in SystemUIApplication
79 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java64 private BootCompleteCache mBootCompleteCache; field in LocationControllerImpl
76 mBootCompleteCache = bootCompleteCache; in LocationControllerImpl()
140 return mBootCompleteCache.isBootComplete() && locationManager.isLocationEnabledForUser( in isLocationEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleReminderExpBehavior.java175 private final Lazy<BootCompleteCache> mBootCompleteCache; field in AssistHandleReminderExpBehavior
225 mBootCompleteCache = bootCompleteCache; in AssistHandleReminderExpBehavior()
233 mBootCompleteCache.get().addListener(mBootCompleteListener); in onModeActivated()
266 mBootCompleteCache.get().removeListener(mBootCompleteListener); in onModeDeactivated()