Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarStorageMonitoringTest.java337 File wearHistoryFile = new File(getFakeSystemInterface().getSystemCarDir(), in configureFakeSystemInterface()
345 File uptimeFile = new File(getFakeSystemInterface().getSystemCarDir(), in configureFakeSystemInterface()
355 File previousLifetimeFile = new File(getFakeSystemInterface().getSystemCarDir(), in configureFakeSystemInterface()
H A DMockedCarTestBase.java122 protected synchronized SystemInterface getFakeSystemInterface() { in getFakeSystemInterface() method in MockedCarTestBase