Home | History | Annotate | Download | only in opp

Lines Matching refs:updateStatus

467             updateStatus("[server:] listen on port " + port);
470 updateStatus("[server:] Now waiting for a client to connect");
472 updateStatus("[server:] A client is now connected");
474 updateStatus("[server:] Caught the error: " + ex);
479 updateStatus("enter construtor of TcpServer");
484 updateStatus("[server:] The client has created an OBEX session");
495 updateStatus("[server:] we accpet the seesion");
504 updateStatus("Got data bytes " + is.available() + " name "
518 updateStatus("[server:] Wrote data to " + f.getAbsolutePath());
533 updateStatus("[server:] The client has disconnected the OBEX session");
536 public void updateStatus(String message) {