Home | History | Annotate | Download | only in mapclient

Lines Matching refs:DISCONNECT

43     private static final int DISCONNECT = 1;
130 disconnect();
135 disconnect();
139 private void disconnect() {
142 mSession.disconnect(null);
166 // Disconnect to cleanup.
167 disconnect();
185 mHandler.obtainMessage(DISCONNECT).sendToTarget();
214 case DISCONNECT:
215 inst.disconnect();