Home
last modified time | relevance | path

Searched refs:getExtraIntentAction (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFeatureProviderImpl.java62 mCategoryManager = CategoryManager.get(context, getExtraIntentAction()); in DashboardFeatureProviderImpl()
185 public String getExtraIntentAction() { in getExtraIntentAction() method in DashboardFeatureProviderImpl
DDashboardFeatureProvider.java91 String getExtraIntentAction(); in getExtraIntentAction() method
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFeatureProviderImplTest.java366 assertThat(mImpl.getExtraIntentAction()).isNull(); in testGetExtraIntentAction_shouldReturnNull()