Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIInitializer.java79 boolean initializeComponents = mInitializationChecker.initializeComponents(); in init()
86 if (initializeComponents) { in init()
126 if (initializeComponents) { in init()
144 if (!mInitializationChecker.initializeComponents() in setupWmComponent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DInitializationChecker.kt34 fun initializeComponents(): Boolean = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
H A DFeatureFlagsDebugStartable.kt51 if (initializationChecker.initializeComponents()) {