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/ |
D | ChannelImplTest.java | 55 private static final String LEANBACK_TV_INPUT_PACKAGE_NAME = "com.android.tv.leanback_tv_input"; field in ChannelImplTest 69 mValidIntent.setComponent(new ComponentName(LEANBACK_TV_INPUT_PACKAGE_NAME, ".test")); in setUp() 75 new ComponentName(LEANBACK_TV_INPUT_PACKAGE_NAME, ".test")); in setUp() 92 LEANBACK_TV_INPUT_PACKAGE_NAME)) in setUp() 132 assertAppLinkType(Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, null, null); in testGetAppLinkType_NoText_NoIntent() 147 Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, null, mInvalidIntent); in testGetAppLinkType_NoText_InvalidIntent() 162 Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, null, mValidIntent); in testGetAppLinkType_NoText_ValidIntent() 181 LEANBACK_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_NoIntent() 205 LEANBACK_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_InvalidIntent() 229 LEANBACK_TV_INPUT_PACKAGE_NAME, in testGetAppLinkType_HasText_ValidIntent()
|