Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java206 builder.withStorageMonitoringInterface(new StorageMonitoringInterface.DefaultImpl()); in defaultSystemInterface()
215 .withStorageMonitoringInterface(otherBuilder.mStorageMonitoringInterface) in fromBuilder()
231 public Builder withStorageMonitoringInterface(StorageMonitoringInterface in withStorageMonitoringInterface() method in SystemInterface.Builder
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java115 .withStorageMonitoringInterface(new MockStorageMonitoringInterface()) in getSystemInterfaceBuilder()
DCarStorageMonitoringTest.java318 .withStorageMonitoringInterface(mMockStorageMonitoringInterface) in getSystemInterfaceBuilder()