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.java91 assertThat(wearInformation.preEolInfo) in testEMmcWearInformationProvider()
114 assertThat(wearInformation.preEolInfo).isEqualTo(WearInformation.PRE_EOL_INFO_WARNING); in testUfsWearInformationProvider()
144 assertThat(wearInformation.preEolInfo).isEqualTo(storageInfo.eol); in testHealthServiceWearInformationProvider()
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java251 if (wearInformation.preEolInfo > WearInformation.PRE_EOL_INFO_NORMAL || in logOnAdverseWearLevel()
550 return mWearInformation.map(wi -> wi.preEolInfo) in getPreEolIndicatorStatus()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java394 assertEquals(DEFAULT_WEAR_INFORMATION.preEolInfo, in testReadPreEolInformation()