Home
last modified time | relevance | path

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

/aosp12/frameworks/base/obex/javax/obex/
H A DSessionNotifier.java87 ObexSession acceptAndOpen(ServerRequestHandler handler) throws IOException; in acceptAndOpen() method
127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException; in acceptAndOpen() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java605 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) in acceptAndOpen() method in TestTcpSessionNotifier
620 public ServerSession acceptAndOpen(ServerRequestHandler handler) throws IOException { in acceptAndOpen() method in TestTcpSessionNotifier