Home | History | Annotate | Download | only in opp

Lines Matching defs:updateStatus

469             updateStatus("[server:] listen on port " + port);
472 updateStatus("[server:] Now waiting for a client to connect");
474 updateStatus("[server:] A client is now connected");
476 updateStatus("[server:] Caught the error: " + ex);
481 updateStatus("enter construtor of TcpServer");
486 updateStatus("[server:] The client has created an OBEX session");
497 updateStatus("[server:] we accpet the seesion");
506 updateStatus("Got data bytes " + is.available() + " name "
520 updateStatus("[server:] Wrote data to " + f.getAbsolutePath());
535 updateStatus("[server:] The client has disconnected the OBEX session");
538 public void updateStatus(String message) {