Searched refs:SystemUIApplication (Results 1 – 6 of 6) sorted by relevance
70 ((SystemUIApplication) getApplication()).startServicesIfNeeded(); in onCreate()93 Slog.w(SystemUIApplication.TAG, in onCreate()
28 ((SystemUIApplication) getApplication()).startSecondaryUserServicesIfNeeded(); in onCreate()
49 public class SystemUIApplication extends Application implements class67 public SystemUIApplication() { in SystemUIApplication() method in SystemUIApplication
9 SystemUI that are started up by SystemUIApplication. These services then depend16 ## SystemUIApplication section18 When SystemUIApplication starts up, it will start up the services listed in
79 import com.android.systemui.SystemUIApplication;264 ((SystemUIApplication) getApplication()).startServicesIfNeeded();
53 SystemUI object are made injectable by adding an entry in `SystemUIBinder`. SystemUIApplication uses