Home
last modified time | relevance | path

Searched defs:updateTileState (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTileInterface.kt32 fun updateTileState(tile: Tile, uid: Int) method
DCustomTile.java287 public void updateTileState(Tile tile, int appUid) { in updateTileState() method in CustomTile
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/
DCloseShadeRightAfterClickTestB339290820.kt128 override fun updateTileState(tile: Tile, uid: Int) {} in updateTileState() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileServiceInteractor.kt191 override fun updateTileState(tile: Tile, uid: Int) { in updateTileState() method in com.android.systemui.qs.tiles.impl.custom.domain.interactor.ReceivingInterface