HomeSort by relevance Sort by last modified time
    Searched refs:onSetPath (Results 1 - 7 of 7) sorted by null

  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 39 * The <code>onConnect()</code>, <code>onSetPath()</code>,
149 * <code>onSetPath()</code> will always return an
171 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) {
ServerSession.java 366 code = mListener.onSetPath(request, reply, backup, create);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsObexServer.java 123 public int onSetPath(final HeaderSet request, HeaderSet reply,
125 Log.v(TAG, "onSetPath");
  /packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
BluetoothMapService.java 305 service.onSetPath((String) msg.obj);
717 private synchronized void onSetPath(String path) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 543 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 266 public int onSetPath(final HeaderSet request, final HeaderSet reply, final boolean backup,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java     [all...]

Completed in 552 milliseconds