Home
last modified time | relevance | path

Searched refs:apiFile (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
DDoclavaTask.groovy76 File apiFile = null
80 * If this is non-null, then {@link #apiFile} must be non-null as well.
112 …// If none of generateDocs, apiFile, keepListFile, or stubJarsDir are true, then there is no work …
140 private static boolean verifyAndGetGenerateApiFiles(File apiFile, File removedApiFile) {
141 if (apiFile == null) {
145 throw new InvalidUserDataException('removedApiFile specified but not apiFile')
176 File apiFile = getApiFile()
178 if (verifyAndGetGenerateApiFiles(apiFile, removedApiFile)) {
179 options.addStringOption('api', apiFile.absolutePath)
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DSdkUtil.java83 public ApiChecker(File apiFile) { in ApiChecker() argument
86 if (apiFile == null || !apiFile.exists()) { in ApiChecker()
89 inputStream = FileUtils.openInputStream(apiFile); in ApiChecker()
98 L.e(t, "cannot load api descriptions from %s", apiFile); in ApiChecker()
/frameworks/support/
Dbuild.gradle326 apiFile = new File(project.docsDir, 'release/current.txt')