Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelImplTest.java132 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, INVALID_TV_INPUT_PACKAGE_NAME, null, null); in testGetAppLinkType_NoText_NoIntent()
133 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, LIVE_CHANNELS_PACKAGE_NAME, null, null); in testGetAppLinkType_NoText_NoIntent()
134 assertAppLinkType( in testGetAppLinkType_NoText_NoIntent()
136 assertAppLinkType(Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, null, null); in testGetAppLinkType_NoText_NoIntent()
141 assertAppLinkType( in testGetAppLinkType_NoText_InvalidIntent()
143 assertAppLinkType( in testGetAppLinkType_NoText_InvalidIntent()
145 assertAppLinkType( in testGetAppLinkType_NoText_InvalidIntent()
150 assertAppLinkType( in testGetAppLinkType_NoText_InvalidIntent()
156 assertAppLinkType( in testGetAppLinkType_NoText_ValidIntent()
158 assertAppLinkType( in testGetAppLinkType_NoText_ValidIntent()
[all …]