Home
last modified time | relevance | path

Searched refs:getIntProperty (Results 1 – 9 of 9) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBatteryManagerTest.java48 assertThat(batteryManager.getIntProperty(TEST_ID)).isEqualTo(Integer.MIN_VALUE); in testGetIntProperty()
51 assertThat(batteryManager.getIntProperty(TEST_ID)).isEqualTo(5); in testGetIntProperty()
54 assertThat(batteryManager.getIntProperty(TEST_ID)).isEqualTo(0); in testGetIntProperty()
57 assertThat(batteryManager.getIntProperty(TEST_ID)).isEqualTo(Integer.MAX_VALUE); in testGetIntProperty()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java242 protected static int getIntProperty(String key, int defVal) { in getIntProperty() method in TestFmwk
243 return getParams().getIntProperty(key, defVal); in getIntProperty()
246 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() method in TestFmwk
247 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty()
386 inclusion = getIntProperty(EXHAUSTIVENESS, DEFAULT_EXHAUSTIVENESS, MAX_EXHAUSTIVENESS); in parseProperties()
388 loggingLevel = getIntProperty(LOGGING_LEVEL, DEFAULT_LOGGING_LEVEL, MAX_LOGGING_LEVEL); in parseProperties()
424 public int getIntProperty(String key, int defVal) { in getIntProperty() method in TestFmwk.TestParams
425 return getIntProperty(key, defVal, -1); in getIntProperty()
428 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() method in TestFmwk.TestParams
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestFmwk.java243 protected static int getIntProperty(String key, int defVal) { in getIntProperty() method in TestFmwk
244 return getParams().getIntProperty(key, defVal); in getIntProperty()
247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() method in TestFmwk
248 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty()
387 inclusion = getIntProperty(EXHAUSTIVENESS, DEFAULT_EXHAUSTIVENESS, MAX_EXHAUSTIVENESS); in parseProperties()
389 loggingLevel = getIntProperty(LOGGING_LEVEL, DEFAULT_LOGGING_LEVEL, MAX_LOGGING_LEVEL); in parseProperties()
425 public int getIntProperty(String key, int defVal) { in getIntProperty() method in TestFmwk.TestParams
426 return getIntProperty(key, defVal, -1); in getIntProperty()
429 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() method in TestFmwk.TestParams
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java266 public int getIntProperty(QName key) in getIntProperty() method in OutputProperties
268 return getIntProperty(key.toNamespacedString()); in getIntProperty()
282 public int getIntProperty(String key) in getIntProperty() method in OutputProperties
284 return OutputPropertyUtils.getIntProperty(key, m_properties); in getIntProperty()
/external/proguard/examples/annotations/examples/
DBean.java35 public int getIntProperty() in getIntProperty() method in Bean
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertyUtils.java72 public static int getIntProperty(String key, Properties props) in getIntProperty() method in OutputPropertyUtils
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBatteryManager.java28 protected int getIntProperty(int id) { in getIntProperty() method in ShadowBatteryManager
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java1021 int loopCount = getIntProperty("loop", isQuick() ? 100 : 5000); in TestMonkey()
1024 int seed = getIntProperty("seed", 1); in TestMonkey()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java1018 int loopCount = getIntProperty("loop", isQuick() ? 100 : 5000); in TestMonkey()
1021 int seed = getIntProperty("seed", 1); in TestMonkey()