Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/remoteaccess/
DRemoteAccessStorage.java261 private static String getName(String systemCarDirPath, boolean inMemoryStorage) { in getName() argument
262 return inMemoryStorage ? null : new File(systemCarDirPath, DATABASE_NAME) in getName()
266 RemoteAccessDbHelper(Context context, String systemCarDirPath, boolean inMemoryStorage) { in RemoteAccessDbHelper() argument
268 getName(systemCarDirPath, inMemoryStorage), /* factory= */ null, in RemoteAccessDbHelper()
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java610 String systemCarDirPath = systemInterface == null ? FALLBACK_DATA_SYSTEM_CAR_DIR_PATH in getWatchdogDirFile() local
612 return new File(systemCarDirPath, WATCHDOG_DIR_NAME); in getWatchdogDirFile()