Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java74 @Mock private HealthServiceWearInfoProvider.IHealthSupplier mHealthServiceSupplier; field in CarStorageMonitoringTest
129 wearInfoProvider.setHealthSupplier(mHealthServiceSupplier); in testHealthServiceWearInformationProvider()
132 .when(mHealthServiceSupplier).get(anyString()); in testHealthServiceWearInformationProvider()