HomeSort by relevance Sort by last modified time
    Searched refs:isAcceptableDegradation (Results 1 - 6 of 6) sorted by null

  /packages/services/Car/car-lib/src/android/car/storagemonitoring/
WearEstimateChange.java 71 public final boolean isAcceptableDegradation;
77 boolean isAcceptableDegradation) {
85 this.isAcceptableDegradation = isAcceptableDegradation;
93 isAcceptableDegradation = in.readInt() == 1;
107 dest.writeInt(isAcceptableDegradation ? 1 : 0);
114 return wo.isAcceptableDegradation == isAcceptableDegradation &&
129 isAcceptableDegradation);
140 isAcceptableDegradation ? "yes" : "no")
    [all...]
  /packages/services/Car/service/src/com/android/car/storagemonitoring/
WearEstimateRecord.java 85 WearEstimateChange toWearEstimateChange(boolean isAcceptableDegradation) {
87 mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp, isAcceptableDegradation);
WearHistory.java 120 final boolean isAcceptableDegradation = timeForChange >= acceptableWearRate;
121 result.add(currentRecord.toWearEstimateChange(isAcceptableDegradation));
  /packages/services/Car/tests/DefaultStorageMonitoringCompanionApp/src/com/google/android/car/defaultstoragemonitoringcompanionapp/
MainActivity.java 129 if (!DEBUG && currentChange.isAcceptableDegradation) {
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
CarStorageMonitoringTest.java 269 assertTrue(unknownToOne.isAcceptableDegradation);
275 assertTrue(oneToTwo.isAcceptableDegradation);
281 assertFalse(twoToThree.isAcceptableDegradation);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarStorageMonitoringTest.java 485 assertEquals(isAcceptable, actualCurrentWear.isAcceptableDegradation);
    [all...]

Completed in 412 milliseconds