Home
last modified time | relevance | path

Searched refs:acceptAndOpen (Results 1 – 1 of 1) sorted by relevance

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