Home
last modified time | relevance | path

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

/cts/hostsidetests/systemui/src/android/host/systemui/
DTileServiceTest.java111 clickTile(); in testClick()
132 clickTile(); in testClickAndShowDialog()
DActiveTileServiceTest.java66 clickTile(); in testClick()
DBaseTileServiceTest.java86 protected void clickTile() throws Exception { in clickTile() method in BaseTileServiceTest
/cts/tests/app/src/android/app/cts/
DTileServiceTest.java145 clickTile(TestTileService.getComponentName().flattenToString()); in testShowDialog()
183 private void clickTile(String componentName) throws Exception { in clickTile() method in TileServiceTest