Home
last modified time | relevance | path

Searched refs:SystemUIApplication (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeFactory.java30 import com.android.systemui.SystemUIApplication;
108 final SystemUIApplication app = (SystemUIApplication) appCandidate; in getHost()
114 final SystemUIApplication app = (SystemUIApplication) appCandidate; in getBiometricUnlockController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIService.java39 ((SystemUIApplication) getApplication()).startServicesIfNeeded(); in onCreate()
54 Slog.w(SystemUIApplication.TAG, in onCreate()
69 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices(); in dump()
DSystemUISecondaryUserService.java31 ((SystemUIApplication) getApplication()).startSecondaryUserServicesIfNeeded(); in onCreate()
41 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices(); in dump()
DSystemUIApplication.java50 public class SystemUIApplication extends Application implements SysUiServiceProvider { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java37 import com.android.systemui.SystemUIApplication;
48 ((SystemUIApplication) getApplication()).startServicesIfNeeded(); in onCreate()
50 ((SystemUIApplication) getApplication()).getComponent(KeyguardViewMediator.class); in onCreate()
/frameworks/base/packages/SystemUI/
DREADME.md9 SystemUI that are started up by SystemUIApplication. These services then depend
16 ## SystemUIApplication section in SystemUI
18 When SystemUIApplication starts up, it will start up the services listed in
27 SystemUI and SystemUIApplication also have methods for putComponent and