Searched refs:systemCarDirPath (Results 1 – 2 of 2) sorted by relevance
261 private static String getName(String systemCarDirPath, boolean inMemoryStorage) { in getName() argument262 return inMemoryStorage ? null : new File(systemCarDirPath, DATABASE_NAME) in getName()266 RemoteAccessDbHelper(Context context, String systemCarDirPath, boolean inMemoryStorage) { in RemoteAccessDbHelper() argument268 getName(systemCarDirPath, inMemoryStorage), /* factory= */ null, in RemoteAccessDbHelper()
610 String systemCarDirPath = systemInterface == null ? FALLBACK_DATA_SYSTEM_CAR_DIR_PATH in getWatchdogDirFile() local612 return new File(systemCarDirPath, WATCHDOG_DIR_NAME); in getWatchdogDirFile()