Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemInterface.java222 builder.withStorageMonitoringInterface(new StorageMonitoringInterface.DefaultImpl()); in defaultSystemInterface()
232 .withStorageMonitoringInterface(otherBuilder.mStorageMonitoringInterface) in fromBuilder()
254 public Builder withStorageMonitoringInterface(StorageMonitoringInterface in withStorageMonitoringInterface() method in SystemInterface.Builder
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DICarImplTest.java127 .withStorageMonitoringInterface(mMockStorageMonitoringInterface) in setUp()
H A DMockedCarTestBase.java150 .withStorageMonitoringInterface(new MockStorageMonitoringInterface()) in getSystemInterfaceBuilder()
H A DCarStorageMonitoringTest.java323 .withStorageMonitoringInterface(mMockStorageMonitoringInterface) in getSystemInterfaceBuilder()