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.java128 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, INVALID_TV_INPUT_PACKAGE_NAME, null, null); in testGetAppLinkType_NoText_NoIntent()
129 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, LIVE_CHANNELS_PACKAGE_NAME, null, null); in testGetAppLinkType_NoText_NoIntent()
130 assertAppLinkType( in testGetAppLinkType_NoText_NoIntent()
132 assertAppLinkType(Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, null, null); in testGetAppLinkType_NoText_NoIntent()
137 assertAppLinkType( in testGetAppLinkType_NoText_InvalidIntent()
139 assertAppLinkType( in testGetAppLinkType_NoText_InvalidIntent()
141 assertAppLinkType( in testGetAppLinkType_NoText_InvalidIntent()
146 assertAppLinkType( in testGetAppLinkType_NoText_InvalidIntent()
152 assertAppLinkType( in testGetAppLinkType_NoText_ValidIntent()
154 assertAppLinkType( in testGetAppLinkType_NoText_ValidIntent()
[all …]