OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
636
String
resPkg
= resources.getResourcePackageName(res);
639
return makeResourceUri(appPkg,
resPkg
, type, name);
642
private static Uri makeResourceUri(String appPkg, String
resPkg
, String type, String name)
648
if (!appPkg.equals(
resPkg
)) {
649
uriBuilder.appendEncodedPath(
resPkg
+ ":" + name);
Completed in 574 milliseconds