Home | History | Annotate | Download | only in opp

Lines Matching refs:unblock

266                      * The only way to unblock is to tear down lower transport
494 /* unblock server session */
495 final Thread notifyThread = new Thread("Server Unblock thread") {
498 mSession.unblock();
503 if (V) Log.v(TAG, "setConfirmed to unblock mSession" + mSession.toString());