Searched refs:findNotificationCard (Results 1 – 1 of 1) sorted by relevance
491 UiObject2 card = findNotificationCard( in launchNotification()567 protected UiObject2 findNotificationCard(BySelector selector) { in findNotificationCard() method in LeanbackLauncherStrategy571 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