HomeSort by relevance Sort by last modified time
    Searched refs:resPkg (Results 1 - 2 of 2) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Util.java 72 String resPkg = resources.getResourcePackageName(res);
75 return makeResourceUri(appPkg, resPkg, type, name);
78 private static Uri makeResourceUri(String appPkg, String resPkg, String type, String name) {
83 if (!appPkg.equals(resPkg)) {
84 uriBuilder.appendEncodedPath(resPkg + ":" + name);
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 647 String resPkg = resources.getResourcePackageName(res);
650 return makeResourceUri(appPkg, resPkg, type, name);
653 private static Uri makeResourceUri(String appPkg, String resPkg, String type, String name)
659 if (!appPkg.equals(resPkg)) {
660 uriBuilder.appendEncodedPath(resPkg + ":" + name);

Completed in 71 milliseconds