Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DWearEstimateChange.java62 public final long uptimeAtChange; field in WearEstimateChange
76 long uptimeAtChange, in WearEstimateChange() argument
79 if (uptimeAtChange < 0) { in WearEstimateChange()
84 this.uptimeAtChange = uptimeAtChange; in WearEstimateChange()
92 uptimeAtChange = in.readLong(); in WearEstimateChange()
106 dest.writeLong(uptimeAtChange); in writeToParcel()
116 && wo.uptimeAtChange == uptimeAtChange in equals()
128 uptimeAtChange, in hashCode()
139 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/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java335 .isEqualTo(unknownToOne.uptimeAtChange); in testWearHistoryToChanges()
342 .isEqualTo(oneToTwo.uptimeAtChange); in testWearHistoryToChanges()
349 .isEqualTo(twoToThree.uptimeAtChange); in testWearHistoryToChanges()
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java115 return (mTotalCarServiceUptime == wearEstimateChange.uptimeAtChange); in isSameAs()
/packages/services/Car/car-lib/api/
Dsystem-current.txt1254 field public final long uptimeAtChange;