Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUserTile.java86 protected void handleUpdateState(State state, Object arg) { in handleUpdateState() method in UserTile
DNightDisplayTile.java77 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in NightDisplayTile
DColorInversionTile.java96 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in ColorInversionTile
DNfcTile.java106 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in NfcTile
DWorkModeTile.java95 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in WorkModeTile
DAirplaneModeTile.java88 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in AirplaneModeTile
DFlashlightTile.java106 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in FlashlightTile
DDataSaverTile.java100 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in DataSaverTile
DLocationTile.java97 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in LocationTile
DRotationLockTile.java93 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in RotationLockTile
DHotspotTile.java118 protected void handleUpdateState(AirplaneBooleanState state, Object arg) { in handleUpdateState() method in HotspotTile
DIntentTile.java131 protected void handleUpdateState(State state, Object arg) { in handleUpdateState() method in IntentTile
DBatterySaverTile.java109 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in BatterySaverTile
DCellularTile.java116 protected void handleUpdateState(SignalState state, Object arg) { in handleUpdateState() method in CellularTile
DBluetoothTile.java110 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in BluetoothTile
DCastTile.java167 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in CastTile
DWifiTile.java138 protected void handleUpdateState(SignalState state, Object arg) { in handleUpdateState() method in WifiTile
DDndTile.java167 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in DndTile
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileImplTest.java152 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in QSTileImplTest.TileImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java83 abstract protected void handleUpdateState(TState state, Object arg); in handleUpdateState() method in QSTileImpl
259 handleUpdateState(mTmpState, arg); in handleRefreshState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTile.java286 protected void handleUpdateState(State state, Object arg) { in handleUpdateState() method in CustomTile