Home
last modified time | relevance | path

Searched refs:KEY_ANOMALY_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DAnomalyDetectionReceiver.java32 public static final String KEY_ANOMALY_TIMESTAMP = "key_anomaly_timestamp"; field in AnomalyDetectionReceiver
44 bundle.putLong(KEY_ANOMALY_TIMESTAMP, System.currentTimeMillis()); in onReceive()
DAnomalyDetectionJobService.java136 final long timeMs = bundle.getLong(AnomalyDetectionReceiver.KEY_ANOMALY_TIMESTAMP, in saveAnomalyToDatabase()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterytip/
DAnomalyDetectionReceiver.java32 public static final String KEY_ANOMALY_TIMESTAMP = "key_anomaly_timestamp"; field in AnomalyDetectionReceiver
44 bundle.putLong(KEY_ANOMALY_TIMESTAMP, System.currentTimeMillis()); in onReceive()
DAnomalyDetectionJobService.java136 final long timeMs = bundle.getLong(AnomalyDetectionReceiver.KEY_ANOMALY_TIMESTAMP, in saveAnomalyToDatabase()