Searched refs:mSysUIComponent (Results 1 – 2 of 2) sorted by relevance
65 private SysUIComponent mSysUIComponent; field in SystemUIApplication85 mSysUIComponent = SystemUIFactory.getInstance().getSysUIComponent(); in onCreate()86 mComponentHelper = mSysUIComponent.getContextComponentHelper(); in onCreate()87 mBootCompleteCache = mSysUIComponent.provideBootCacheImpl(); in onCreate()195 final DumpManager dumpManager = mSysUIComponent.createDumpManager(); in startServicesIfNeeded()238 mSysUIComponent.getInitController().executePostInitTasks(); in startServicesIfNeeded()247 mSysUIComponent.getConfigurationController().onConfigurationChanged(newConfig); in onConfigurationChanged()
48 private SysUIComponent mSysUIComponent; field in SystemUIFactory139 mSysUIComponent = builder.build(); in init()141 mSysUIComponent.init(); in init()146 Dependency dependency = mSysUIComponent.createDependency(); in init()179 return mSysUIComponent; in getSysUIComponent()