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

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java 64 /** OS Path to the target specific docs */
65 public final static int DOCS = 19;
AddOnTarget.java 167 case DOCS:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 416 // check the docs path separately from the rest of the paths as it's a URI.
633 // The order is: android.jar, source folder, docs folder
642 String targetDocPath = target.getPath(IAndroidTarget.DOCS);

Completed in 1617 milliseconds