Searched defs:PACKAGE_SCHEME (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java516 private static final String PACKAGE_SCHEME = "package"; field in class:PackageManagerService
3165 intent.setData(Uri.fromParts(PACKAGE_SCHEME, "foo.bar", null));
14013 pkg != null ? Uri.fromParts(PACKAGE_SCHEME, pkg, null) : null);
18496 intent.setData(Uri.fromParts(PACKAGE_SCHEME, packageName, null));
[all...]

Completed in 53 milliseconds