Searched refs:SystemUIApplication (Results 1 – 6 of 6) sorted by relevance
30 import com.android.systemui.SystemUIApplication;108 final SystemUIApplication app = (SystemUIApplication) appCandidate; in getHost()114 final SystemUIApplication app = (SystemUIApplication) appCandidate; in getBiometricUnlockController()
39 ((SystemUIApplication) getApplication()).startServicesIfNeeded(); in onCreate()54 Slog.w(SystemUIApplication.TAG, in onCreate()69 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices(); in dump()
31 ((SystemUIApplication) getApplication()).startSecondaryUserServicesIfNeeded(); in onCreate()41 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices(); in dump()
50 public class SystemUIApplication extends Application implements SysUiServiceProvider { class
37 import com.android.systemui.SystemUIApplication;48 ((SystemUIApplication) getApplication()).startServicesIfNeeded(); in onCreate()50 ((SystemUIApplication) getApplication()).getComponent(KeyguardViewMediator.class); in onCreate()
9 SystemUI that are started up by SystemUIApplication. These services then depend16 ## SystemUIApplication section in SystemUI18 When SystemUIApplication starts up, it will start up the services listed in27 SystemUI and SystemUIApplication also have methods for putComponent and