HomeSort by relevance Sort by last modified time
    Searched refs:apiName (Results 1 - 4 of 4) sorted by null

  /external/jdiff/src/jdiff/
APIHandler.java 78 String apiName = attributes.getValue("name");
80 XMLToAPI.nameAPI(apiName);
XMLToAPI.java 37 * @param apiName The simple name of the API file. If -oldapidir and
42 String apiName) {
45 api_.name_ = apiName; // Checked later
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 286 String apiName = map.get(PROP_VERSION_RELEASE);
287 if (apiName == null) {
355 apiName,
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java 128 public SigApi convertApi(String apiName, Set<DexFile> dexFiles,
131 SigApi api = new SigApi(apiName, visibility);
    [all...]

Completed in 174 milliseconds