Searched refs:updateTileState (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | CustomTileInterface.kt | 32 fun updateTileState(tile: Tile, uid: Int) method
|
D | TileServices.java | 253 customTile.updateTileState(tile, uid); in updateQsTile()
|
D | CustomTile.java | 287 public void updateTileState(Tile tile, int appUid) { in updateTileState() method in CustomTile
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
D | CustomTileTest.kt | 239 customTile.updateTileState(t, UID) in testNoPersistedStateTileNotActive() 305 tile.updateTileState(t, UID) in testStoreStateOnChange() 442 customTile.updateTileState(tile, UID) in testAlwaysUseDefaultLabelIfNoLabelIsSet() 472 customTile.updateTileState(tile, UID) in uriIconLoadSuccess_correctIcon() 512 customTile.updateTileState(tile, UID) in uriIconLoadFailsWithoutGrant_defaultIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/ |
D | CustomTileServiceInteractor.kt | 191 override fun updateTileState(tile: Tile, uid: Int) { in updateTileState() method in com.android.systemui.qs.tiles.impl.custom.domain.interactor.ReceivingInterface
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/ |
D | CloseShadeRightAfterClickTestB339290820.kt | 128 override fun updateTileState(tile: Tile, uid: Int) {} in updateTileState() method
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/ |
D | CustomTileDataInteractorTest.kt | 159 tileServicesFacade.customTileInterface!!.updateTileState(TEST_TILE, 1) in tileDataCollection()
|