Home
last modified time | relevance | path

Searched refs:uptimeAtChange (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DWearEstimateChange.java66 public final long uptimeAtChange; field in WearEstimateChange
80 long uptimeAtChange, in WearEstimateChange() argument
83 if (uptimeAtChange < 0) { in WearEstimateChange()
88 this.uptimeAtChange = uptimeAtChange; in WearEstimateChange()
96 uptimeAtChange = in.readLong(); in WearEstimateChange()
113 dest.writeLong(uptimeAtChange); in writeToParcel()
124 && wo.uptimeAtChange == uptimeAtChange in equals()
136 uptimeAtChange, in hashCode()
147 uptimeAtChange, in toString()
/packages/services/Car/tests/DefaultStorageMonitoringCompanionApp/src/com/google/android/car/defaultstoragemonitoringcompanionapp/
DMainActivity.java100 final String uptimeAtChange = durationToString(
101 Duration.ofMillis(wearEstimateChange.uptimeAtChange));
107 uptimeAtChange,
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java118 return (mTotalCarServiceUptime == wearEstimateChange.uptimeAtChange); in isSameAs()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java336 .isEqualTo(unknownToOne.uptimeAtChange); in testWearHistoryToChanges()
343 .isEqualTo(oneToTwo.uptimeAtChange); in testWearHistoryToChanges()
350 .isEqualTo(twoToThree.uptimeAtChange); in testWearHistoryToChanges()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt954 field TIRAMISU_0 long uptimeAtChange;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2410 field public final long uptimeAtChange;
/packages/services/Car/car-lib/api/
Dsystem-current.txt2410 field public final long uptimeAtChange;
Dtest-current.txt2491 field public final long uptimeAtChange;
Dsystem-lint-baseline.txt4240 UnflaggedApi: android.car.storagemonitoring.WearEstimateChange#uptimeAtChange:
4241 … be flagged with @FlaggedApi: field android.car.storagemonitoring.WearEstimateChange.uptimeAtChange