HomeSort by relevance Sort by last modified time
    Searched refs:onPut (Results 1 - 5 of 5) 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));
  /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());
310 if (V) Log.v(TAG, "Interrupted in onPut blocking");
TestActivity.java 501 public int onPut(Operation op) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 252 public int onPut(final Operation op) {
253 if (D) Log.d(TAG, "onPut(): not support PUT request.");
    [all...]

Completed in 50 milliseconds