HomeSort by relevance Sort by last modified time
    Searched defs:dropClient (Results 1 - 3 of 3) sorted by null

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MonitorThread.java 307 dropClient(client, true /* notify */);
353 dropClient(client, true /* notify */);
356 dropClient(client, true /* notify */);
361 dropClient(client, true /* notify */);
425 synchronized void dropClient(Client client, boolean notify) {
DeviceMonitor.java 606 monitorThread.dropClient(client, false /* notify */);
744 // because MonitorThread#dropClient acquires first the monitorThread lock and then the
747 // could call dropClient itself.
772 monitorThread.dropClient(client, false /* notify */);
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 43 milliseconds