Searched refs:onSetPath (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/obex/javax/obex/ |
H A D | ServerRequestHandler.java | 171 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) { in onSetPath() method in ServerRequestHandler
|
H A D | ServerSession.java | 365 code = mListener.onSetPath(request, reply, backup, create); in handleSetPathRequest()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
H A D | MnsObexServer.java | 147 public int onSetPath(final HeaderSet request, HeaderSet reply, final boolean backup, in onSetPath() method in MnsObexServer
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
H A D | AvrcpBipObexServer.java | 169 public int onSetPath(final HeaderSet request, HeaderSet reply, final boolean backup, in onSetPath() method in AvrcpBipObexServer
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/ |
H A D | AvrcpBipObexServerTest.java | 476 int responseCode = mAvrcpBipObexServer.onSetPath(request, reply, backup, create); in testOnSetPath()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | TestActivity.java | 575 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) { in onSetPath() method in TestTcpServer
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | BluetoothPbapObexServer.java | 339 public int onSetPath(final HeaderSet request, final HeaderSet reply, final boolean backup, in onSetPath() method in BluetoothPbapObexServer
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapObexServer.java | 919 public int onSetPath(final HeaderSet request, final HeaderSet reply, final boolean backup, in onSetPath() method in BluetoothMapObexServer
|