Searched refs:resPkg (Results 1 – 2 of 2) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | Util.java | 72 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/ |
D | ApplicationsProvider.java | 639 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()
|