Home
last modified time | relevance | path

Searched refs:updateTileState (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DCustomTileTest.kt219 customTile.updateTileState(t)
285 tile.updateTileState(t)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java242 customTile.updateTileState(tile); in updateQsTile()
H A DCustomTile.java277 public void updateTileState(Tile tile) { in updateTileState() method in CustomTile