Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java491 UiObject2 card = findNotificationCard( in launchNotification()
567 protected UiObject2 findNotificationCard(BySelector selector) { in findNotificationCard() method in LeanbackLauncherStrategy
571 if ((card = findNotificationCard(selector, Direction.RIGHT)) != null) { in findNotificationCard()
574 if ((card = findNotificationCard(selector, Direction.LEFT)) != null) { in findNotificationCard()
587 protected UiObject2 findNotificationCard(BySelector selector, Direction direction) { in findNotificationCard() method in LeanbackLauncherStrategy