Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DILeanbackLauncherStrategy.java52 public BySelector getNotificationRowSelector(); in getNotificationRowSelector() method
DLeanbackLauncherStrategy.java147 public BySelector getNotificationRowSelector() { in getNotificationRowSelector() method in LeanbackLauncherStrategy
278 getNotificationRowSelector().hasDescendant(By.focused(true), 3)), SHORT_WAIT_TIME); in selectNotificationRow()
549 UiObject2 row = mDevice.findObject(getNotificationRowSelector()); in isNotificationRowSelected()
580 if (!mDevice.hasObject(getNotificationRowSelector())) { in isNotificationPreparing()
613 UiObject2 notification = mDevice.findObject(getNotificationRowSelector()); in findNotificationCard()
616 notification = mDevice.wait(Until.findObject(getNotificationRowSelector()), in findNotificationCard()
DTvLauncherStrategy.java943 public BySelector getNotificationRowSelector() {