Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DDreamTileTest.java208 DreamTile unsupportedTile = constructTileForTest(false, true); in testUserAvailability() local
209 assertFalse(unsupportedTile.isAvailable()); in testUserAvailability()
230 destroyTile(unsupportedTile); in testUserAvailability()