Home
last modified time | relevance | path

Searched refs:handleRefreshState (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DOneHandedModeTile.java78 handleRefreshState(value); in OneHandedModeTile()
108 handleRefreshState(mSetting.getValue()); in handleUserSwitch()
H A DColorCorrectionTile.java79 handleRefreshState(value); in ColorCorrectionTile()
104 handleRefreshState(mSetting.getValue()); in handleUserSwitch()
H A DColorInversionTile.java78 handleRefreshState(value); in ColorInversionTile()
103 handleRefreshState(mSetting.getValue()); in handleUserSwitch()
H A DRotationLockTile.java105 handleRefreshState(null); in RotationLockTile()
188 handleRefreshState(null); in handleUserSwitch()
H A DBatterySaverTile.java91 handleRefreshState(null); in BatterySaverTile()
H A DAirplaneModeTile.java98 handleRefreshState(value); in AirplaneModeTile()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java441 protected final void handleRefreshState(@Nullable Object arg) { in handleRefreshState() method in QSTileImpl
466 handleRefreshState(null); in handleUserSwitch()
618 handleRefreshState(msg.obj); in handleMessage()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileImplTest.java338 mTile.handleRefreshState(null); in testStaleListening()
345 mTile.handleRefreshState(null); // this will add a delayed H.STALE message in testHandleDestroyClearsHandlerQueue()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dqs-tiles.md112 2. `QSTileImpl#handleRefreshState`