Home
last modified time | relevance | path

Searched refs:atTimestamp (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java197 .atTimestamp(Instant.ofEpochMilli(5000)).build(),
202 .atTimestamp(Instant.ofEpochMilli(12000)).build(),
207 .atTimestamp(Instant.ofEpochMilli(17000)).build()), null));
217 .atTimestamp(Instant.ofEpochMilli(5000)).build(),
222 .atTimestamp(Instant.ofEpochMilli(12000)).build(),
227 .atTimestamp(Instant.ofEpochMilli(17000)).build()), null));
237 .atTimestamp(Instant.ofEpochMilli(5000)).build(),
242 .atTimestamp(Instant.ofEpochMilli(12000)).build(),
247 .atTimestamp(Instant.ofEpochMilli(17000)).build()), null));
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java164 public Builder atTimestamp(@NonNull Instant now) { in atTimestamp() method in WearEstimateRecord.Builder
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java361 .atTimestamp(value.timestamp); in createCarDiagnosticEvent()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java222 public Builder atTimestamp(long timestamp) { in atTimestamp() method in CarDiagnosticEvent.Builder
/packages/services/Car/car-lib/api/
Dsystem-current.txt308 method @Deprecated public android.car.diagnostic.CarDiagnosticEvent.Builder atTimestamp(long);