Searched refs:getSystemCarDir (Results 1 – 10 of 10) sorted by relevance
32 File getSystemCarDir(); in getSystemCarDir() method42 public File getSystemCarDir() { in getSystemCarDir() method in IOInterface.DefaultImpl
71 public File getSystemCarDir() { in getSystemCarDir() method in SystemInterface72 return mIOInterface.getSystemCarDir(); in getSystemCarDir()
123 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()
455 File file = new File(systemInterface.getSystemCarDir(), FILENAME); in getLocationCacheFile()
243 return new File(systemInterface.getSystemCarDir(), filename); in getFile()
332 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()
327 public File getSystemCarDir() { in getSystemCarDir() method in MockedCarTestBase.MockIOInterface
108 when(mMockSystemInterface.getSystemCarDir()).thenReturn(mTempSystemCarDir); in setUp()
133 when(mMockSystemInterface.getSystemCarDir()).thenReturn(mTempDirectory); in setUp()
851 public File getSystemCarDir() { in getSystemCarDir() method in CarPowerManagementServiceTest.MockIOInterface