Searched refs:SystemUI (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIService.java41 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices();
43 for (SystemUI ui: services) {
49 for (SystemUI ui: services) {
H A DSystemUI.java26 public abstract class SystemUI { class
H A DSystemUIApplication.java32 * Application class for SystemUI.
56 private final SystemUI[] mServices = new SystemUI[SERVICES.length];
90 * Makes sure that all the SystemUI services are running. If they are already running, this is a
110 Log.v(TAG, "Starting SystemUI services.");
116 mServices[i] = (SystemUI)cl.newInstance();
149 public SystemUI[] getServices() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java29 import com.android.systemui.SystemUI;
42 private final SystemUI mSysui;
54 public VolumeDialogComponent(SystemUI sysui, Context context, Handler handler,
H A DVolumeUI.java40 import com.android.systemui.SystemUI;
50 public class VolumeUI extends SystemUI {
/frameworks/base/packages/SystemUI/
H A DAndroid.mk12 LOCAL_PACKAGE_NAME := SystemUI
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSystemBars.java24 import com.android.systemui.SystemUI;
36 public class SystemBars extends SystemUI implements ServiceMonitor.Callbacks {
H A DBaseStatusBar.java96 import com.android.systemui.SystemUI;
113 public abstract class BaseStatusBar extends SystemUI implements
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DRingtonePlayer.java34 import com.android.systemui.SystemUI;
44 public class RingtonePlayer extends SystemUI {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerService.java39 import com.android.systemui.SystemUI;
49 public class TunerService extends SystemUI {
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk26 frameworks/base/packages/SystemUI/res \
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java34 import com.android.systemui.SystemUI;
41 public class PowerUI extends SystemUI {
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java70 import com.android.systemui.SystemUI;
122 public class KeyguardViewMediator extends SystemUI {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java47 import com.android.systemui.SystemUI;
65 * Annotation for a method that is only called from the primary user's SystemUI process and will be
70 * Annotation for a method that may be called from any user's SystemUI process and will be proxied
76 public class Recents extends SystemUI
205 * component gets started as a normal {@link SystemUI} component. On a secondary user, this
882 // For the primary user, the context for the SystemUI component is the SystemUIApplication
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java43 import com.android.systemui.SystemUI;
47 public class StorageNotification extends SystemUI {

Completed in 318 milliseconds