Searched refs:LIVE_CHANNELS_PACKAGE_NAME (Results 1 – 1 of 1) sorted by relevance
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | ChannelTest.java | 47 private static final String LIVE_CHANNELS_PACKAGE_NAME = "com.android.tv"; field in ChannelTest 71 new ComponentName(LIVE_CHANNELS_PACKAGE_NAME, ".MainActivity")); in setUp() 80 LIVE_CHANNELS_PACKAGE_NAME)).thenReturn(liveChannelsIntent); in setUp() 102 Mockito.when(mMockContext.getPackageName()).thenReturn(LIVE_CHANNELS_PACKAGE_NAME); in setUp() 108 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, LIVE_CHANNELS_PACKAGE_NAME, null, null); in testGetAppLinkType_NoText_NoIntent() 117 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, LIVE_CHANNELS_PACKAGE_NAME, null, in testGetAppLinkType_NoText_InvalidIntent() 128 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, LIVE_CHANNELS_PACKAGE_NAME, null, in testGetAppLinkType_NoText_ValidIntent() 139 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, LIVE_CHANNELS_PACKAGE_NAME, in testGetAppLinkType_HasText_NoIntent() 150 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, LIVE_CHANNELS_PACKAGE_NAME, in testGetAppLinkType_HasText_InvalidIntent() 161 assertAppLinkType(Channel.APP_LINK_TYPE_CHANNEL, LIVE_CHANNELS_PACKAGE_NAME, in testGetAppLinkType_HasText_ValidIntent()
|