Searched refs:assertInvisible (Results 1 – 2 of 2) sorted by relevance
18 import static android.platform.uiautomator_helpers.DeviceHelpers.assertInvisible;69 assertInvisible(screenLock, /* timeout= */ Duration.ofSeconds(20)); in unlockScreen()
255 fun BySelector.assertInvisible( in BySelector() method