Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelTest.java52 private static final String LEANBACK_TV_INPUT_PACKAGE_NAME = field in ChannelTest
68 mValidIntent.setComponent(new ComponentName(LEANBACK_TV_INPUT_PACKAGE_NAME, ".test")); in setUp()
74 new ComponentName(LEANBACK_TV_INPUT_PACKAGE_NAME, ".test")); in setUp()
84 LEANBACK_TV_INPUT_PACKAGE_NAME)).thenReturn(leanbackTvInputIntent); in setUp()
111 assertAppLinkType(Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, null, null); in testGetAppLinkType_NoText_NoIntent()
121 assertAppLinkType(Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, null, in testGetAppLinkType_NoText_InvalidIntent()
132 assertAppLinkType(Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, null, in testGetAppLinkType_NoText_ValidIntent()
143 assertAppLinkType(Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_NoIntent()
154 assertAppLinkType(Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_InvalidIntent()
165 assertAppLinkType(Channel.APP_LINK_TYPE_CHANNEL, LEANBACK_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_ValidIntent()