Merge "Add new method getExtraIntentAction() in DashboardFeatureProvider."

This commit is contained in:
Doris Ling
2016-12-19 23:53:34 +00:00
committed by Android (Google) Code Review
4 changed files with 20 additions and 1 deletions

View File

@@ -242,4 +242,9 @@ public class DashboardFeatureProviderImplTest {
CategoryKey.CATEGORY_HOMEPAGE).isEmpty())
.isFalse();
}
@Test
public void testGetExtraIntentAction_shouldReturnNull() {
assertThat(mImpl.getExtraIntentAction()).isNull();
}
}