OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESOURCE_PACKAGE_NAME
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java
37
private static final String
RESOURCE_PACKAGE_NAME
=
93
final int resId = res.getIdentifier(resourceName, null,
RESOURCE_PACKAGE_NAME
);
98
noLanguageResName, null,
RESOURCE_PACKAGE_NAME
);
108
final int resId = res.getIdentifier(resourceName, null,
RESOURCE_PACKAGE_NAME
);
113
resourceNameWithLayout, null,
RESOURCE_PACKAGE_NAME
);
DictionaryInfoUtils.java
42
private static final String
RESOURCE_PACKAGE_NAME
= R.class.getPackage().getName();
239
dictLanguageCountry, "raw",
RESOURCE_PACKAGE_NAME
)) != 0) {
246
if ((resId = res.getIdentifier(dictLanguage, "raw",
RESOURCE_PACKAGE_NAME
)) != 0) {
262
return res.getIdentifier(DEFAULT_MAIN_DICT, "raw",
RESOURCE_PACKAGE_NAME
);
/external/apache-harmony/support/src/test/java/tests/support/resource/
Support_Resources.java
35
public static final String
RESOURCE_PACKAGE_NAME
= "tests.resources";
/libcore/support/src/test/java/tests/support/resource/
Support_Resources.java
35
public static final String
RESOURCE_PACKAGE_NAME
= "tests.resources";
/libcore/luni/src/test/java/tests/api/java/util/
ResourceBundleTest.java
124
String name = Support_Resources.
RESOURCE_PACKAGE_NAME
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java
388
String propertiesName = Support_Resources.
RESOURCE_PACKAGE_NAME
631
String propertiesName = Support_Resources.
RESOURCE_PACKAGE_NAME
[
all
...]
ResourceBundleTest.java
49
private static final String PROPERTIES_NAME = Support_Resources.
RESOURCE_PACKAGE_NAME
199
String name = Support_Resources.
RESOURCE_PACKAGE_NAME
[
all
...]
Completed in 178 milliseconds