public static interface QSTile.Host
Modifier and Type | Interface and Description |
---|---|
static interface |
QSTile.Host.Callback |
void startActivityDismissingKeyguard(Intent intent)
void startActivityDismissingKeyguard(PendingIntent intent)
void startRunnableDismissingKeyguard(Runnable runnable)
void collapsePanels()
void animateToggleQSExpansion()
void openPanels()
Looper getLooper()
Context getContext()
Collection<QSTile<?>> getTiles()
void addCallback(QSTile.Host.Callback callback)
void removeCallback(QSTile.Host.Callback callback)
BluetoothController getBluetoothController()
LocationController getLocationController()
RotationLockController getRotationLockController()
NetworkController getNetworkController()
ZenModeController getZenModeController()
HotspotController getHotspotController()
CastController getCastController()
FlashlightController getFlashlightController()
KeyguardMonitor getKeyguardMonitor()
UserSwitcherController getUserSwitcherController()
UserInfoController getUserInfoController()
BatteryController getBatteryController()
TileServices getTileServices()
void removeTile(String tileSpec)
ManagedProfileController getManagedProfileController()