HomeSort by relevance Sort by last modified time
    Searched refs:connectionLost (Results 1 - 7 of 7) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ConnectionMonitor.java 36 public void connectionLost(Throwable reason);
  /external/chromium_org/third_party/tlslite/tlslite/integration/
TLSTwistedProtocolWrapper.py 79 def connectionLost(self, reason):
91 def connectionLost(self, reason):
138 self.connectionLost(Failure(e))
150 self.connectionLost(Failure(e))
153 def connectionLost(self, reason):
155 ProtocolWrapper.connectionLost(self, reason)
  /external/chromium_org/third_party/tlslite/test/
twistedserver.py 38 def connectionLost(self, reason):
50 def connectionLost(self, reason):
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 259 private void connectionLost() {
468 connectionLost();
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 248 private void connectionLost() {
461 connectionLost();
  /development/tools/axl/
axl.py 46 def connectionLost(self, reason):
47 self.log("BaseProtocol.connectionLost():", reason)
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java 342 cmon.connectionLost(reasonClosedCause);

Completed in 1108 milliseconds