Searched defs:acceptAndOpen (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java471 rsn.acceptAndOpen(this);
571 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) method in class:TestTcpSessionNotifier
586 public ServerSession acceptAndOpen(ServerRequestHandler handler) throws IOException { method in class:TestTcpSessionNotifier
588 return acceptAndOpen(handler, null);

Completed in 8 milliseconds