Searched defs:fromNothing (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java8838 static OriginInfo fromNothing() { method in class:PackageManagerService.OriginInfo
9419 super(OriginInfo.fromNothing(), null, 0, null, null, null, instructionSets, null);
9678 super(OriginInfo.fromNothing(), null, (isExternal ? INSTALL_EXTERNAL : 0)
9695 super(OriginInfo.fromNothing(), null, (isAsecExternal(cid) ? INSTALL_EXTERNAL : 0)

Completed in 88 milliseconds