HomeSort by relevance Sort by last modified time
    Searched full:features1 (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/
SuggestionFeaturizerTest.java 77 Map<String, Double> features1 = features.get("pkg1"); local
80 assertThat(features1.get(SuggestionFeaturizer.FEATURE_IS_SHOWN)).isEqualTo(1.0);
81 assertThat(features1.get(SuggestionFeaturizer.FEATURE_IS_DISMISSED)).isEqualTo(1.0);
82 assertThat(features1.get(SuggestionFeaturizer.FEATURE_IS_CLICKED)).isEqualTo(0.0);
83 assertThat(features1.get(SuggestionFeaturizer.FEATURE_TIME_FROM_LAST_SHOWN))
85 assertThat(features1.get(SuggestionFeaturizer.FEATURE_TIME_FROM_LAST_DISMISSED))
87 assertThat(features1.get(SuggestionFeaturizer.FEATURE_TIME_FROM_LAST_CLICKED))
89 assertThat(features1.get(SuggestionFeaturizer.FEATURE_SHOWN_COUNT))
91 assertThat(features1.get(SuggestionFeaturizer.FEATURE_DISMISSED_COUNT))
93 assertThat(features1.get(SuggestionFeaturizer.FEATURE_CLICKED_COUNT)).isEqualTo(0.0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddchgr.h 109 /* GET_CHANGER_PARAMETERS.Features1 constants */
215 ULONG Features1;
winioctl.h     [all...]

Completed in 602 milliseconds