Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DUtil.java72 String resPkg = resources.getResourcePackageName(res); in getResourceUri() local
75 return makeResourceUri(appPkg, resPkg, type, name); in getResourceUri()
78 private static Uri makeResourceUri(String appPkg, String resPkg, String type, String name) { in makeResourceUri() argument
83 if (!appPkg.equals(resPkg)) { in makeResourceUri()
84 uriBuilder.appendEncodedPath(resPkg + ":" + name); in makeResourceUri()
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
DApplicationsProvider.java639 String resPkg = resources.getResourcePackageName(res); in getResourceUri() local
642 return makeResourceUri(appPkg, resPkg, type, name); in getResourceUri()
645 private static Uri makeResourceUri(String appPkg, String resPkg, String type, String name) in makeResourceUri() argument
651 if (!appPkg.equals(resPkg)) { in makeResourceUri()
652 uriBuilder.appendEncodedPath(resPkg + ":" + name); in makeResourceUri()