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

/frameworks/base/tests/CoreTests/android/core/
H A DLowLevelNetRunner.java40 synchronized (RequestAPITest.syncObj) {
41 RequestAPITest.syncObj.notifyAll();
H A DTestEventHandler.java44 public static final Object syncObj = new Object(); field in class:TestEventHandler
140 synchronized (syncObj) {
141 syncObj.notifyAll();
431 synchronized (syncObj) {
432 syncObj.notifyAll();
482 synchronized (syncObj) {
483 syncObj.notifyAll();
575 synchronized (syncObj) {
577 syncObj.wait();
596 synchronized (syncObj) {
[all...]
H A DRequestAPITest.java47 public static Object syncObj = new Object(); field in class:RequestAPITest

Completed in 49 milliseconds