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.java491 UiObject2 card = findNotificationCard( in launchNotification() local
493 if (card == null) { in launchNotification()
499 appName, card.getContentDescription())); in launchNotification()
570 UiObject2 card; in findNotificationCard() local
571 if ((card = findNotificationCard(selector, Direction.RIGHT)) != null) { in findNotificationCard()
572 return card; in findNotificationCard()
574 if ((card = findNotificationCard(selector, Direction.LEFT)) != null) { in findNotificationCard()
575 return card; in findNotificationCard()
/platform_testing/libraries/app-helpers/handheld/business-card-app-helper/
DAndroid.bp18 name: "business-card-app-helper",
/platform_testing/libraries/app-helpers/handheld/
DAndroid.bp20 "business-card-app-helper",