HomeSort by relevance Sort by last modified time
    Searched defs: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) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 172 public int onPut(final Operation op) {
173 if (D) Log.d(TAG, "onPut(): enter");
  /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/pbap/
BluetoothPbapObexServer.java 252 public int onPut(final Operation op) {
253 if (D) Log.d(TAG, "onPut(): not support PUT request.");
    [all...]

Completed in 32 milliseconds