Searched refs:onGet (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DMapObexTestServer.java159 public int onGet(Operation operation) { method in class:MapObexTestServer
160 Log.i(TAG,"onGet()");
171 super.onGet(operation);
173 Log.e(TAG, "Exception in onGet - aborting...", e);
H A DObexTestServer.java109 public int onGet(Operation operation) { method in class:ObexTestServer
110 Log.i(TAG,"onGet()");
126 Log.e(TAG, "Exception in onGet - aborting...");
H A DSdpManagerTestServer.java110 public int onGet(Operation operation) { method in class:SdpManagerTestServer
111 Log.i(TAG,"onGet()");
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java552 public int onGet(Operation op) { method in class:TestTcpServer
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java320 public int onGet(Operation op) { method in class:BluetoothPbapObexServer
383 if (D) Log.v(TAG, "onGet(): appParamValue.needTag=" + appParamValue.needTag);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java847 public int onGet(Operation op) { method in class:BluetoothMapObexServer
965 if(D) Log.d(TAG, "onGet Operation Aborted");

Completed in 475 milliseconds