HomeSort by relevance Sort by last modified time
    Searched refs:onSetPath (Results 1 - 6 of 6) 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 359 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/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/map/
BluetoothMapObexServer.java 581 public int onSetPath(final HeaderSet request, final HeaderSet reply, final boolean backup,
598 if (D) Log.d(TAG, "onSetPath name is " + folderName + " backup: " + backup
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 262 public int onSetPath(final HeaderSet request, final HeaderSet reply, final boolean backup,
    [all...]

Completed in 106 milliseconds