Home
last modified time | relevance | path

Searched refs:handleUpdateState (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DFlashlightTile.java73 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in FlashlightTile
DLocationTile.java70 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in LocationTile
DColorInversionTile.java110 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in ColorInversionTile
DAirplaneModeTile.java72 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in AirplaneModeTile
DHotspotTile.java90 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in HotspotTile
DRotationLockTile.java70 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in RotationLockTile
DIntentTile.java116 protected void handleUpdateState(State state, Object arg) { in handleUpdateState() method in IntentTile
DBluetoothTile.java93 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in BluetoothTile
DCastTile.java94 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in CastTile
DCellularTile.java92 protected void handleUpdateState(SignalState state, Object arg) { in handleUpdateState() method in CellularTile
DDndTile.java124 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in DndTile
DWifiTile.java119 protected void handleUpdateState(SignalState state, Object arg) { in handleUpdateState() method in WifiTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTile.java70 abstract protected void handleUpdateState(TState state, Object arg); in handleUpdateState() method in QSTile
191 handleUpdateState(mTmpState, arg); in handleRefreshState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DQsTuner.java412 protected void handleUpdateState(QSTile.State state, Object arg) { in handleUpdateState() method in QsTuner.DraggableTile