Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DAnomalyConfigJobService.java44 public static final String KEY_ANOMALY_CONFIG_VERSION = "anomaly_config_version"; field in AnomalyConfigJobService
95 final int currentVersion = sharedPreferences.getInt(KEY_ANOMALY_CONFIG_VERSION, in checkAnomalyConfig()
117 editor.putInt(KEY_ANOMALY_CONFIG_VERSION, newVersion); in checkAnomalyConfig()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsDumpServiceTest.java94 editor.putInt(AnomalyConfigJobService.KEY_ANOMALY_CONFIG_VERSION, ANOMALY_VERSION); in testDumpAnomalyDetection_returnAnomalyInfo()
100 assertThat(jsonObject.getInt(AnomalyConfigJobService.KEY_ANOMALY_CONFIG_VERSION)).isEqualTo( in testDumpAnomalyDetection_returnAnomalyInfo()
/packages/apps/Settings/src/com/android/settings/
DSettingsDumpService.java188 AnomalyConfigJobService.KEY_ANOMALY_CONFIG_VERSION, in dumpAnomalyDetection()