Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelTest.java44 private static final String INVALID_TV_INPUT_PACKAGE_NAME = field in ChannelTest
66 mInvalidIntent.setComponent(new ComponentName(INVALID_TV_INPUT_PACKAGE_NAME, ".test")); in setUp()
78 INVALID_TV_INPUT_PACKAGE_NAME)).thenReturn(null); in setUp()
107 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, INVALID_TV_INPUT_PACKAGE_NAME, null, null); in testGetAppLinkType_NoText_NoIntent()
115 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, INVALID_TV_INPUT_PACKAGE_NAME, null, in testGetAppLinkType_NoText_InvalidIntent()
126 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, INVALID_TV_INPUT_PACKAGE_NAME, null, in testGetAppLinkType_NoText_ValidIntent()
137 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, INVALID_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_NoIntent()
148 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, INVALID_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_InvalidIntent()
159 assertAppLinkType(Channel.APP_LINK_TYPE_CHANNEL, INVALID_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_ValidIntent()