Searched refs:FD_SAMPLES (Results 1 – 7 of 7) sorted by relevance
112 public final static String OS_SDK_SAMPLES_FOLDER = SdkConstants.FD_SAMPLES + File.separator;
183 File samplesRoot = new File(osSdkRoot, SdkConstants.FD_SAMPLES); in parseSdk()354 root = new File(root, SdkConstants.FD_SAMPLES); in scanMissingSamples()
253 File sampleLoc = new File(mLocation, SdkConstants.FD_SAMPLES); in getPath()
381 File path = new File(a.getLocalOsPath(), SdkConstants.FD_SAMPLES); in getExtraSamples()1171 File sampleFolder = new File(mOsSdkPath, SdkConstants.FD_SAMPLES); in initializeSamplePaths()
253 public static final String FD_SAMPLES = "samples"; //$NON-NLS-1$ field in SdkConstants361 public static final String OS_PLATFORM_SAMPLES_FOLDER = FD_SAMPLES + File.separator;
269 File samplesRoot = new File(osSdkRoot, SdkConstants.FD_SAMPLES); in getInstallFolder()
380 SdkConstants.FD_SAMPLES.equals(name))) { in getSampleDisplayName()