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

/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java122 private Object mSuspendLock = new Object(); field in class:HttpsConnection
321 synchronized (mSuspendLock) {
329 synchronized (mSuspendLock) {
338 mSuspendLock.wait(10 * 60 * 1000);
409 synchronized (mSuspendLock) {
413 mSuspendLock.notify();

Completed in 65 milliseconds