Searched refs:LocalSdkParser (Results 1 – 3 of 3) sorted by relevance
28 import com.android.sdklib.internal.repository.LocalSdkParser;59 private final LocalSdkParser mLocalSdkParser = new LocalSdkParser();119 public LocalSdkParser getLocalSdkParser() { in getLocalSdkParser()237 LocalSdkParser parser = getLocalSdkParser(); in getInstalledPackage()
37 public class LocalSdkParser { class42 public LocalSdkParser() { in LocalSdkParser() method in LocalSdkParser
1042 File f = new File(unzipDestFolder, LocalSdkParser.SOURCE_PROPERTIES); in generateSourceProperties()