OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SystemUI
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java
17
package com.android.
systemui
;
36
com.android.
systemui
.recent.Recents.class,
37
com.android.
systemui
.statusbar.SystemBars.class,
38
com.android.
systemui
.usb.StorageNotification.class,
39
com.android.
systemui
.power.PowerUI.class,
40
com.android.
systemui
.media.RingtonePlayer.class,
41
com.android.
systemui
.settings.SettingsUI.class,
47
private final
SystemUI
[] mServices = new
SystemUI
[SERVICES.length];
57
mServices[i] = (
SystemUI
)cl.newInstance()
[
all
...]
SystemUI.java
17
package com.android.
systemui
;
26
public abstract class
SystemUI
{
/frameworks/base/packages/SystemUI/
Android.mk
7
src/com/android/
systemui
/EventLogTags.logtags
11
LOCAL_PACKAGE_NAME :=
SystemUI
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
SettingsUI.java
17
package com.android.
systemui
.settings;
28
import com.android.
systemui
.
SystemUI
;
33
public class SettingsUI extends
SystemUI
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SystemBars.java
17
package com.android.
systemui
.statusbar;
23
import com.android.
systemui
.R;
24
import com.android.
systemui
.
SystemUI
;
36
public class SystemBars extends
SystemUI
implements ServiceMonitor.Callbacks {
BaseStatusBar.java
17
package com.android.
systemui
.statusbar;
68
import com.android.
systemui
.R;
69
import com.android.
systemui
.RecentsComponent;
70
import com.android.
systemui
.SearchPanelView;
71
import com.android.
systemui
.
SystemUI
;
72
import com.android.
systemui
.statusbar.phone.KeyguardTouchDelegate;
73
import com.android.
systemui
.statusbar.policy.NotificationRowLayout;
78
public abstract class BaseStatusBar extends
SystemUI
implements
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java
17
package com.android.
systemui
.media;
33
import com.android.
systemui
.
SystemUI
;
43
public class RingtonePlayer extends
SystemUI
{
/build/target/product/
generic_no_telephony.mk
44
SystemUI
\
sdk.mk
39
SystemUI
\
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java
17
package com.android.
systemui
.recent;
35
import com.android.
systemui
.R;
36
import com.android.
systemui
.RecentsComponent;
37
import com.android.
systemui
.
SystemUI
;
39
public class Recents extends
SystemUI
implements RecentsComponent {
55
intent.setClassName("com.android.
systemui
",
56
"com.android.
systemui
.recent.RecentsActivity");
179
intent.setPackage("com.android.
systemui
");
197
intent.setClassName("com.android.
systemui
",
[
all
...]
/device/generic/armv7-a-neon/
mini_common.mk
36
SystemUI
\
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java
17
package com.android.
systemui
.power;
41
import com.android.
systemui
.R;
42
import com.android.
systemui
.
SystemUI
;
48
public class PowerUI extends
SystemUI
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java
17
package com.android.
systemui
.usb;
34
import com.android.
systemui
.
SystemUI
;
36
public class StorageNotification extends
SystemUI
{
93
HandlerThread thr = new HandlerThread("
SystemUI
StorageNotification");
132
intent.setClass(mContext, com.android.
systemui
.usb.UsbStorageActivity.class);
256
intent.setClass(mContext, com.android.
systemui
.usb.UsbStorageActivity.class);
Completed in 121 milliseconds