/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/obex/ |
D | FakeObexServer.java | 84 public int onSetPath( in onSetPath() method in FakeObexServer.Server
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServerTest.java | 312 assertThat(mServer.onSetPath(request, reply, backup, create)) in testOnSetPath_whenIoExceptionIsThrownFromGettingNameHeader() 324 assertThat(mServer.onSetPath(request, reply, backup, create)) in testOnSetPath_whenPathCreateIsForbidden() 336 assertThat(mServer.onSetPath(request, reply, backup, create)) in testOnSetPath_whenPathIsIllegal() 348 assertThat(mServer.onSetPath(request, reply, backup, create)) in testOnSetPath_success() 352 assertThat(mServer.onSetPath(request, reply, backup, create)) in testOnSetPath_success()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
D | MnsObexServer.java | 134 public int onSetPath( in onSetPath() method in MnsObexServer
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
D | MnsObexServerTest.java | 154 assertThat(mServer.onSetPath(request, reply, false, false)) in onSetPath_returnsBadRequest()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/ |
D | AvrcpBipObexServer.java | 159 public int onSetPath( in onSetPath() method in AvrcpBipObexServer
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/ |
D | AvrcpBipObexServerTest.java | 433 int responseCode = mAvrcpBipObexServer.onSetPath(request, reply, backup, create); in testOnSetPath()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | TestActivity.java | 597 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) { in onSetPath() method in TestTcpServer
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 362 public int onSetPath( in onSetPath() method in BluetoothPbapObexServer
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 1018 public int onSetPath( in onSetPath() method in BluetoothMapObexServer
|