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

/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java121 private Object mSuspendLock = new Object(); field in class:HttpsConnection
319 synchronized (mSuspendLock) {
327 synchronized (mSuspendLock) {
336 mSuspendLock.wait(10 * 60 * 1000);
407 synchronized (mSuspendLock) {
411 mSuspendLock.notify();

Completed in 56 milliseconds