Searched refs:NONE_LEANBACK_TV_INPUT_PACKAGE_NAME (Results 1 – 1 of 1) sorted by relevance
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | ChannelTest.java | 49 private static final String NONE_LEANBACK_TV_INPUT_PACKAGE_NAME = field in ChannelTest 82 NONE_LEANBACK_TV_INPUT_PACKAGE_NAME)).thenReturn(null); in setUp() 109 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, NONE_LEANBACK_TV_INPUT_PACKAGE_NAME, null, in testGetAppLinkType_NoText_NoIntent() 119 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, NONE_LEANBACK_TV_INPUT_PACKAGE_NAME, null, in testGetAppLinkType_NoText_InvalidIntent() 130 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, NONE_LEANBACK_TV_INPUT_PACKAGE_NAME, null, in testGetAppLinkType_NoText_ValidIntent() 141 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, NONE_LEANBACK_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_NoIntent() 152 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, NONE_LEANBACK_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_InvalidIntent() 163 assertAppLinkType(Channel.APP_LINK_TYPE_CHANNEL, NONE_LEANBACK_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_ValidIntent()
|