Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DConstants.java31 public static final BySelector KEYPAD_CHANNEL_SWITCH = By.res(TV_APP_PACKAGE, "channel_number"); field in Constants
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DLiveChannelsTestController.java140 mDevice, Until.hasObject(Constants.KEYPAD_CHANNEL_SWITCH)); in pressKeysForChannel()