Searched defs: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
320 synchronized (mSuspendLock) {
328 synchronized (mSuspendLock) {
337 mSuspendLock.wait(10 * 60 * 1000);
408 synchronized (mSuspendLock) {
412 mSuspendLock.notify();

Completed in 108 milliseconds