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

  /frameworks/base/core/java/android/content/pm/
PackageParser.java 318 public static class PackageLite {
349 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames,
693 public static PackageLite parsePackageLite(File packageFile, int flags)
702 private static PackageLite parseMonolithicPackageLite(File packageFile, int flags)
706 return new PackageLite(packagePath, baseApk, null, null, null);
709 private static PackageLite parseClusterPackageLite(File packageDir, int flags)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 166 milliseconds