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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java70 protected void handleUpdateState(BooleanState state, Object arg) { method in class:AirplaneModeTile
H A DColorInversionTile.java106 protected void handleUpdateState(BooleanState state, Object arg) { method in class:ColorInversionTile
H A DFlashlightTile.java77 protected void handleUpdateState(BooleanState state, Object arg) { method in class:FlashlightTile
H A DHotspotTile.java90 protected void handleUpdateState(BooleanState state, Object arg) { method in class:HotspotTile
H A DLocationTile.java68 protected void handleUpdateState(BooleanState state, Object arg) { method in class:LocationTile
H A DRotationLockTile.java68 protected void handleUpdateState(BooleanState state, Object arg) { method in class:RotationLockTile
H A DBluetoothTile.java88 protected void handleUpdateState(BooleanState state, Object arg) { method in class:BluetoothTile
H A DCastTile.java92 protected void handleUpdateState(BooleanState state, Object arg) { method in class:CastTile
H A DCellularTile.java86 protected void handleUpdateState(SignalState state, Object arg) { method in class:CellularTile
H A DIntentTile.java107 protected void handleUpdateState(State state, Object arg) { method in class:IntentTile
H A DWifiTile.java106 protected void handleUpdateState(SignalState state, Object arg) { method in class:WifiTile
108 if (DEBUG) Log.d(TAG, "handleUpdateState arg=" + arg);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java50 * handleUpdateState. Callbacks affecting state should use refreshState to trigger another
69 abstract protected void handleUpdateState(TState state, Object arg); method in class:QSTile
167 handleUpdateState(mTmpState, arg);

Completed in 214 milliseconds