HomeSort by relevance Sort by last modified time
    Searched defs:ResourceUtils (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ResourceUtilsTests.java 28 assertNull(ResourceUtils.findDefaultConstant(nullArray));
31 assertNull(ResourceUtils.findDefaultConstant(emptyArray));
40 assertEquals(ResourceUtils.findDefaultConstant(array), "defaultValue1");
50 assertNull(ResourceUtils.findConstantForKeyValuePairs(anyKeyValue, nullArray));
51 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, nullArray));
52 assertNull(ResourceUtils.findConstantForKeyValuePairs(nullKeyValue, nullArray));
55 assertNull(ResourceUtils.findConstantForKeyValuePairs(anyKeyValue, emptyArray));
56 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, emptyArray));
57 assertNull(ResourceUtils.findConstantForKeyValuePairs(nullKeyValue, emptyArray));
70 assertEquals(ResourceUtils.findConstantForKeyValuePairs(keyValues, array), "0.3")
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ResourceUtils.java 31 public final class ResourceUtils {
32 private static final String TAG = ResourceUtils.class.getSimpleName();
37 private ResourceUtils() {
212 return ResourceUtils.UNDEFINED_DIMENSION;
214 return a.getDimensionPixelSize(index, ResourceUtils.UNDEFINED_DIMENSION);
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 151 milliseconds