Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DILeanbackLauncherStrategy.java46 public BySelector getNotificationRowSelector(); in getNotificationRowSelector() method
DLeanbackLauncherStrategy.java121 public BySelector getNotificationRowSelector() { in getNotificationRowSelector() method in LeanbackLauncherStrategy
228 getNotificationRowSelector().hasChild(By.focused(true))), SHORT_WAIT_TIME); in selectNotificationRow()
443 UiObject2 row = mDevice.findObject(getNotificationRowSelector()); in isNotificationRowSelected()