Home
last modified time | relevance | path

Searched refs:syncObj (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java44 public static final Object syncObj = new Object(); field in TestEventHandler
140 synchronized (syncObj) { in requestSent()
141 syncObj.notifyAll(); in requestSent()
431 synchronized (syncObj) { in endData()
432 syncObj.notifyAll(); in endData()
482 synchronized (syncObj) { in error()
483 syncObj.notifyAll(); in error()
575 synchronized (syncObj) { in waitForRequestResponse()
577 syncObj.wait(); in waitForRequestResponse()
596 synchronized (syncObj) { in waitForRequestSent()
[all …]
DLowLevelNetRunner.java40 synchronized (RequestAPITest.syncObj) { in decrementRunCount()
41 RequestAPITest.syncObj.notifyAll(); in decrementRunCount()
DRequestAPITest.java46 public static Object syncObj = new Object(); field in RequestAPITest