Searched refs:onPut (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java167 public int onPut(Operation op) { method in class:BluetoothOppObexServerSession
168 if (D) Log.d(TAG, "onPut " + op.toString());
326 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.java170 public int onPut(final Operation op) { method in class:BluetoothMapObexServer
171 if (D) Log.d(TAG, "onPut(): enter");
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java250 public int onPut(final Operation op) { method in class:BluetoothPbapObexServer
251 if (D) Log.d(TAG, "onPut(): not support PUT request.");

Completed in 19 milliseconds