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

  /frameworks/base/obex/javax/obex/
SessionNotifier.java 40 * and calls <code>acceptAndOpen()</code>, it will begin listening for clients
42 * connection is received, the <code>acceptAndOpen()</code> method will return a
44 * client. The <code>acceptAndOpen()</code> method also takes a
87 ObexSession acceptAndOpen(ServerRequestHandler handler) throws IOException;
127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 495 rsn.acceptAndOpen(this);
605 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
620 public ServerSession acceptAndOpen(ServerRequestHandler handler) throws IOException {
622 return acceptAndOpen(handler, null);

Completed in 196 milliseconds