HomeSort by relevance Sort by last modified time
    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 47 private static final String RESOURCE_PACKAGE_NAME = R.class.getPackage().getName();
110 final int resId = res.getIdentifier(resourceName, null, RESOURCE_PACKAGE_NAME);
115 noLanguageResName, null, RESOURCE_PACKAGE_NAME);
125 final int resId = res.getIdentifier(resourceName, null, RESOURCE_PACKAGE_NAME);
134 final int resId = res.getIdentifier(resourceName, null, RESOURCE_PACKAGE_NAME);
139 resourceNameWithLayout, null, RESOURCE_PACKAGE_NAME);
DictionaryInfoUtils.java 57 public static final String RESOURCE_PACKAGE_NAME = R.class.getPackage().getName();
360 dictLanguageCountry, "raw", RESOURCE_PACKAGE_NAME)) != 0) {
367 if ((resId = res.getIdentifier(dictLanguage, "raw", RESOURCE_PACKAGE_NAME)) != 0) {
387 "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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ResourceBundleTest.java 124 String name = Support_Resources.RESOURCE_PACKAGE_NAME
ControlTest.java 457 String propertiesName = Support_Resources.RESOURCE_PACKAGE_NAME
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 528 "raw", DictionaryInfoUtils.RESOURCE_PACKAGE_NAME);

Completed in 197 milliseconds