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.java134 public BySelector getNotificationRowSelector() { in getNotificationRowSelector() method in LeanbackLauncherStrategy
265 getNotificationRowSelector().hasDescendant(By.focused(true), 3)), SHORT_WAIT_TIME); in selectNotificationRow()
530 UiObject2 row = mDevice.findObject(getNotificationRowSelector()); in isNotificationRowSelected()
561 if (!mDevice.hasObject(getNotificationRowSelector())) { in isNotificationPreparing()
594 UiObject2 notification = mDevice.findObject(getNotificationRowSelector()); in findNotificationCard()
597 notification = mDevice.wait(Until.findObject(getNotificationRowSelector()), in findNotificationCard()
DTvLauncherStrategy.java931 public BySelector getNotificationRowSelector() {