Searched refs:testGet (Results 1 - 14 of 14) sorted by relevance

/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DResponseCacheTest.java310 boolean testGet = false; field in class:ResponseCacheTest.TestResponseCache
315 TestResponseCache(String uri, boolean testGet) { argument
320 this.testGet = testGet;
326 if (testGet && uri.equals(uri1)) {
335 if (!testGet && uri.equals(uri1)) {
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
H A DConcurrentHashMapTest.java109 public void testGet() { method in class:ConcurrentHashMapTest
H A DCopyOnWriteArrayListTest.java196 public void testGet() { method in class:CopyOnWriteArrayListTest
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
H A DConcurrentModTest.java46 public void testGet() { method in class:ConcurrentModTest
/dalvik/libcore/json/src/test/java/org/json/
H A DJSONObjectTest.java108 public void testGet() throws JSONException { method in class:JSONObjectTest
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
H A DDoubleBufferTest.java385 public void testGet() { method in class:DoubleBufferTest
H A DFloatBufferTest.java380 public void testGet() { method in class:FloatBufferTest
H A DIntBufferTest.java336 public void testGet() { method in class:IntBufferTest
H A DLongBufferTest.java335 public void testGet() { method in class:LongBufferTest
H A DShortBufferTest.java335 public void testGet() { method in class:ShortBufferTest
H A DCharBufferTest.java398 public void testGet() { method in class:CharBufferTest
H A DByteBufferTest.java409 public void testGet() { method in class:ByteBufferTest
/dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DAbstractPreferencesTest.java154 public void testGet() throws BackingStoreException { method in class:AbstractPreferencesTest
H A DPreferencesTest.java767 public void testGet() throws BackingStoreException { method in class:PreferencesTest

Completed in 210 milliseconds