Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
DTileQueryHelperTest.java80 private static final String STOCK_TILES = "wifi,dnd,cell,battery"; field in TileQueryHelperTest
179 STOCK_TILES); in testQueryTiles_correctTilesAndOrderOnlyStockTiles()
191 assertThat(tiles, is(equalTo(STOCK_TILES))); in testQueryTiles_correctTilesAndOrderOnlyStockTiles()
199 STOCK_TILES); in testQueryTiles_correctTilesAndOrderOtherFactoryTiles()
219 STOCK_TILES); in testQueryTiles_otherTileNotIncluded()
274 STOCK_TILES); in testQueryTiles_nullSetting()