Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DIOInterface.java32 File getSystemCarDir(); in getSystemCarDir() method
42 public File getSystemCarDir() { in getSystemCarDir() method in IOInterface.DefaultImpl
DSystemInterface.java71 public File getSystemCarDir() { in getSystemCarDir() method in SystemInterface
72 return mIOInterface.getSystemCarDir(); in getSystemCarDir()
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java123 mUptimeTrackerFile = new File(systemInterface.getSystemCarDir(), UPTIME_TRACKER_FILENAME); in CarStorageMonitoringService()
124 mWearInfoFile = new File(systemInterface.getSystemCarDir(), WEAR_INFO_FILENAME); in CarStorageMonitoringService()
125 mLifetimeWriteFile = new File(systemInterface.getSystemCarDir(), LIFETIME_WRITES_FILENAME); in CarStorageMonitoringService()
DCarLocationService.java455 File file = new File(systemInterface.getSystemCarDir(), FILENAME); in getLocationCacheFile()
DCarUxRestrictionsManagerService.java243 return new File(systemInterface.getSystemCarDir(), filename); in getFile()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java332 File wearHistoryFile = new File(getFakeSystemInterface().getSystemCarDir(), in configureFakeSystemInterface()
340 File uptimeFile = new File(getFakeSystemInterface().getSystemCarDir(), in configureFakeSystemInterface()
350 File previousLifetimeFile = new File(getFakeSystemInterface().getSystemCarDir(), in configureFakeSystemInterface()
DMockedCarTestBase.java327 public File getSystemCarDir() { in getSystemCarDir() method in MockedCarTestBase.MockIOInterface
DCarUxRestrictionsManagerServiceTest.java108 when(mMockSystemInterface.getSystemCarDir()).thenReturn(mTempSystemCarDir); in setUp()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java133 when(mMockSystemInterface.getSystemCarDir()).thenReturn(mTempDirectory); in setUp()
DCarPowerManagementServiceTest.java851 public File getSystemCarDir() { in getSystemCarDir() method in CarPowerManagementServiceTest.MockIOInterface