Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/
DAbstractLeanbackAppHelper.java383 UiObject2 card = getCardInRowByTitle(title);
384 if (card == null) {
387 return card.findObject(By.res(getPackage(), "content_text")).getText();
408 UiObject2 card = getCardInRowByTitle(title);
409 if (card == null) {
412 if (!card.isFocused()) {
413 card.click(); // move a focus
414 card = getCardInRowByTitle(title);
415 if (card == null) {
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java510 UiObject2 card = findNotificationCard( in launchNotification() local
512 if (card == null) { in launchNotification()
518 appName, card.getContentDescription())); in launchNotification()
589 UiObject2 card; in findNotificationCard() local
590 if ((card = findNotificationCard(selector, Direction.RIGHT)) != null) { in findNotificationCard()
591 return card; in findNotificationCard()
593 if ((card = findNotificationCard(selector, Direction.LEFT)) != null) { in findNotificationCard()
594 return card; in findNotificationCard()
/platform_testing/libraries/app-helpers/handheld/business-card-app-helper/
DAndroid.bp22 name: "business-card-app-helper",
/platform_testing/libraries/app-helpers/handheld/
DAndroid.bp24 "business-card-app-helper",