Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearInformation.java49 public final int preEolInfo; field in WearInformation
54 preEolInfo = preEol; in WearInformation()
59 return hash(lifetimeEstimateA, lifetimeEstimateB, preEolInfo); in hashCode()
68 (wi.preEolInfo == preEolInfo); in equals()
85 PRE_EOL_STRINGS[preEolInfo]); in toString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java88 assertEquals(WearInformation.PRE_EOL_INFO_NORMAL, wearInformation.preEolInfo); in testEMmcWearInformationProvider()
109 assertEquals(WearInformation.PRE_EOL_INFO_WARNING, wearInformation.preEolInfo); in testUfsWearInformationProvider()
138 assertEquals(storageInfo.eol, wearInformation.preEolInfo); in testHealthServiceWearInformationProvider()
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java226 if (wearInformation.preEolInfo > WearInformation.PRE_EOL_INFO_NORMAL || in logOnAdverseWearLevel()
520 return mWearInformation.map(wi -> wi.preEolInfo) in getPreEolIndicatorStatus()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java393 assertEquals(DEFAULT_WEAR_INFORMATION.preEolInfo, in testReadPreEolInformation()