Searched refs:findNotificationCard (Results 1 – 1 of 1) sorted by relevance
510 UiObject2 card = findNotificationCard( in launchNotification()586 protected UiObject2 findNotificationCard(BySelector selector) { in findNotificationCard() method in LeanbackLauncherStrategy590 if ((card = findNotificationCard(selector, Direction.RIGHT)) != null) { in findNotificationCard()593 if ((card = findNotificationCard(selector, Direction.LEFT)) != null) { in findNotificationCard()606 protected UiObject2 findNotificationCard(BySelector selector, Direction direction) { in findNotificationCard() method in LeanbackLauncherStrategy