Home
last modified time | relevance | path

Searched refs:fromNothing (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java16209 static OriginInfo fromNothing() { in fromNothing() method in PackageManagerService.OriginInfo
16938 super(OriginInfo.fromNothing(), null, null, 0, null, null, null, instructionSets, in FileInstallArgs()
17172 super(OriginInfo.fromNothing(), null, null, (isExternal ? INSTALL_EXTERNAL : 0) in AsecInstallArgs()
17190 super(OriginInfo.fromNothing(), null, null, (isAsecExternal(cid) ? INSTALL_EXTERNAL : 0) in AsecInstallArgs()
/frameworks/base/services/
Dart-profile12461 PLcom/android/server/pm/PackageManagerService$OriginInfo;->fromNothing()Lcom/android/server/pm/Pack…