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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java72 protected void handleUpdateState(BooleanState state, Object arg) { method in class:AirplaneModeTile
H A DColorInversionTile.java110 protected void handleUpdateState(BooleanState state, Object arg) { method in class:ColorInversionTile
H A DFlashlightTile.java73 protected void handleUpdateState(BooleanState state, Object arg) { method in class:FlashlightTile
H A DLocationTile.java70 protected void handleUpdateState(BooleanState state, Object arg) { method in class:LocationTile
H A DHotspotTile.java90 protected void handleUpdateState(BooleanState state, Object arg) { method in class:HotspotTile
H A DRotationLockTile.java70 protected void handleUpdateState(BooleanState state, Object arg) { method in class:RotationLockTile
H A DCastTile.java94 protected void handleUpdateState(BooleanState state, Object arg) { method in class:CastTile
H A DIntentTile.java116 protected void handleUpdateState(State state, Object arg) { method in class:IntentTile
H A DBluetoothTile.java93 protected void handleUpdateState(BooleanState state, Object arg) { method in class:BluetoothTile
H A DCellularTile.java92 protected void handleUpdateState(SignalState state, Object arg) { method in class:CellularTile
H A DDndTile.java124 protected void handleUpdateState(BooleanState state, Object arg) { method in class:DndTile
H A DWifiTile.java119 protected void handleUpdateState(SignalState state, Object arg) { method in class:WifiTile
121 if (DEBUG) Log.d(TAG, "handleUpdateState arg=" + arg);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java52 * handleUpdateState. Callbacks affecting state should use refreshState to trigger another
71 abstract protected void handleUpdateState(TState state, Object arg); method in class:QSTile
192 handleUpdateState(mTmpState, arg);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DQsTuner.java412 protected void handleUpdateState(QSTile.State state, Object arg) { method in class:QsTuner.DraggableTile

Completed in 73 milliseconds