Searched refs:WATCHDOG_DIR_NAME (Results 1 – 2 of 2) sorted by relevance
114 private static final String WATCHDOG_DIR_NAME = "watchdog"; field in CarWatchdogService612 return new File(systemCarDirPath, WATCHDOG_DIR_NAME); in getWatchdogDirFile()
179 private static final String WATCHDOG_DIR_NAME = "watchdog"; field in WatchdogPerfHandlerUnitTest319 doReturn(new File(mTempSystemCarDir.getAbsolutePath(), WATCHDOG_DIR_NAME)).when( in setUp()676 File metadataFile = new File(mTempSystemCarDir.getAbsolutePath() + '/' + WATCHDOG_DIR_NAME, in testWriteMetadataFile()