Home
last modified time | relevance | path

Searched defs:wearInformation (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java150 final WearInformation wearInformation; field in CarStorageMonitoringTest.TestData
161 @Nullable WearInformation wearInformation, in TestData()
168 @Nullable WearInformation wearInformation, in TestData()
815 void setWearInformation(WearInformation wearInformation) { in setWearInformation()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java86 WearInformation wearInformation = wearInfoProvider.load(); in testEMmcWearInformationProvider() local
111 WearInformation wearInformation = wearInfoProvider.load(); in testUfsWearInformationProvider() local
140 WearInformation wearInformation = wearInfoProvider.load(); in testHealthServiceWearInformationProvider() local
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java263 private static void logOnAdverseWearLevel(WearInformation wearInformation) { in logOnAdverseWearLevel()