HomeSort by relevance Sort by last modified time
    Searched refs:isSuggestionEnabled (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
SuggestionFeatureProvider.java 37 boolean isSuggestionEnabled(Context context);
SuggestionFeatureProviderImpl.java 57 public boolean isSuggestionEnabled(Context context) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DashboardSummaryTest.java 89 when(mFeatureFactory.suggestionsFeatureProvider.isSuggestionEnabled(any(Context.class)))
100 when(mFeatureFactory.suggestionsFeatureProvider.isSuggestionEnabled(any(Context.class)))
126 when(mFeatureFactory.suggestionsFeatureProvider.isSuggestionEnabled(any(Context.class)))
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/
SuggestionFeatureProviderImplTest.java 112 assertThat(mProvider.isSuggestionEnabled(mContext)).isFalse();
118 assertThat(mProvider.isSuggestionEnabled(mContext)).isTrue();
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardSummary.java 92 if (suggestionFeatureProvider.isSuggestionEnabled(context)) {

Completed in 1518 milliseconds