Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
DTileQueryHelperTest.java84 private static final String TEST_CLS = "test_cls"; field in TileQueryHelperTest
85 private static final String CUSTOM_TILE = "custom(" + TEST_PKG + "/" + TEST_CLS + ")";
248 serviceInfo.name = TEST_CLS; in testThirdPartyTilesInactive()