Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java217 builder.withStorageMonitoringInterface(new StorageMonitoringInterface.DefaultImpl()); in defaultSystemInterface()
227 .withStorageMonitoringInterface(otherBuilder.mStorageMonitoringInterface) in fromBuilder()
249 public Builder withStorageMonitoringInterface(StorageMonitoringInterface in withStorageMonitoringInterface() method in SystemInterface.Builder
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java127 .withStorageMonitoringInterface(mMockStorageMonitoringInterface) in setUp()
DMockedCarTestBase.java136 .withStorageMonitoringInterface(new MockStorageMonitoringInterface()) in getSystemInterfaceBuilder()
DCarStorageMonitoringTest.java320 .withStorageMonitoringInterface(mMockStorageMonitoringInterface) in getSystemInterfaceBuilder()