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

  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 40 * <code>onDelete()</code>, <code>onGet()</code>, and <code>onPut()</code>
60 * When a CREATE-EMPTY request is received, the <code>onPut()</code> method will
64 * <code>onPut()</code> method. For a PUT request, the application will be able
210 * <code>onPut()</code> will always return an
223 public int onPut(Operation operation) {
ServerSession.java 201 response = validateResponseCode(mListener.onPut(op));
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsObexServer.java 85 public int onPut(final Operation op) {
86 Log.v(TAG, "onPut");
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 167 public int onPut(Operation op) {
168 if (D) Log.d(TAG, "onPut " + op.toString());
326 if (V) Log.v(TAG, "Interrupted in onPut blocking");
TestActivity.java 499 public int onPut(Operation op) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 315 public int onPut(final Operation op) {
316 if (D) Log.d(TAG, "onPut(): enter");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 248 public int onPut(final Operation op) {
249 if (D) Log.d(TAG, "onPut(): not support PUT request.");
    [all...]

Completed in 206 milliseconds