public abstract class SystemUI extends Object
Modifier and Type | Field and Description |
---|---|
Map<Class<?>,Object> |
mComponents |
Context |
mContext |
Constructor and Description |
---|
SystemUI() |
Modifier and Type | Method and Description |
---|---|
void |
dump(FileDescriptor fd,
PrintWriter pw,
String[] args) |
<T> T |
getComponent(Class<T> interfaceType) |
protected void |
onBootCompleted() |
protected void |
onConfigurationChanged(Configuration newConfig) |
static void |
overrideNotificationAppName(Context context,
Notification.Builder n) |
<T,C extends T> |
putComponent(Class<T> interfaceType,
C component) |
abstract void |
start() |
public abstract void start()
protected void onConfigurationChanged(Configuration newConfig)
public void dump(FileDescriptor fd, PrintWriter pw, String[] args)
protected void onBootCompleted()
public <T> T getComponent(Class<T> interfaceType)
public <T,C extends T> void putComponent(Class<T> interfaceType, C component)
public static void overrideNotificationAppName(Context context, Notification.Builder n)