HomeSort by relevance Sort by last modified time
    Searched refs:testProperties (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/
IntegerTest.java 26 Properties testProperties = new Properties();
27 testProperties.put("testIncInt", "notInt");
28 System.setProperties(testProperties);
LongTest.java 26 Properties testProperties = new Properties();
27 testProperties.put("testIncLong", "string");
28 System.setProperties(testProperties);
  /frameworks/base/core/tests/coretests/src/android/os/
SystemPropertiesTest.java 28 public void testProperties() throws Exception {
  /frameworks/base/core/tests/systemproperties/src/android/os/
SystemPropertiesTest.java 47 public void testProperties() throws Exception {
  /external/chromium_org/tools/json_schema_compiler/
model_test.py 63 def testProperties(self):
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 206 public void testProperties() {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 150 milliseconds