Searched defs:onPut (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DObexTestServer.java77 public int onPut(Operation operation) { method in class:ObexTestServer
78 Log.i(TAG,"onPut()");
94 Log.e(TAG, "Exception in onPut - aborting...");
H A DMapObexTestServer.java132 public int onPut(Operation operation) { method in class:MapObexTestServer
133 Log.i(TAG,"onPut()");
144 super.onPut(operation);
146 Log.e(TAG, "Exception in onPut - aborting...", e);
H A DSdpManagerTestServer.java100 public int onPut(Operation operation) { method in class:SdpManagerTestServer
101 Log.i(TAG,"onPut()");
131 Log.e(TAG, "Exception in onPut - aborting...");
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java163 public int onPut(Operation op) { method in class:BluetoothOppObexServerSession
164 if (D) Log.d(TAG, "onPut " + op.toString());
310 if (V) Log.v(TAG, "Interrupted in onPut blocking");
H A DTestActivity.java499 public int onPut(Operation op) { method in class:TestTcpServer
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java407 public int onPut(final Operation op) { method in class:BluetoothMapObexServer
408 if (D) Log.d(TAG, "onPut(): enter");
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java252 public int onPut(final Operation op) { method in class:BluetoothPbapObexServer
253 if (D) Log.d(TAG, "onPut(): not support PUT request.");

Completed in 102 milliseconds