Merge "Remove getExtraAction() from DashboardFeatureProvider."

This commit is contained in:
Fan Zhang
2018-08-21 23:13:56 +00:00
committed by Android (Google) Code Review
4 changed files with 4 additions and 25 deletions

View File

@@ -365,11 +365,6 @@ public class DashboardFeatureProviderImplTest {
assertThat(launchIntent).isNull();
}
@Test
public void testGetExtraIntentAction_shouldReturnNull() {
assertThat(mImpl.getExtraIntentAction()).isNull();
}
@Test
public void openTileIntent_profileSelectionDialog_shouldShow() {
final Tile tile = new Tile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE);