Searched refs:appPkg (Results 1 – 2 of 2) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | Util.java | 70 private static Uri getResourceUri(Resources resources, String appPkg, int res) in getResourceUri() argument 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 81 uriBuilder.encodedAuthority(appPkg); in makeResourceUri() 83 if (!appPkg.equals(resPkg)) { in makeResourceUri()
|
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/ |
D | ApplicationsProvider.java | 645 private static Uri getResourceUri(Resources resources, String appPkg, int res) in getResourceUri() argument 650 return makeResourceUri(appPkg, resPkg, type, name); in getResourceUri() 653 private static Uri makeResourceUri(String appPkg, String resPkg, String type, String name) in makeResourceUri() argument 657 uriBuilder.encodedAuthority(appPkg); in makeResourceUri() 659 if (!appPkg.equals(resPkg)) { in makeResourceUri()
|