HomeSort by relevance Sort by last modified time
    Searched refs:onGet (Results 1 - 4 of 4) sorted by null

  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 40 * <code>onDelete()</code>, <code>onGet()</code>, and <code>onPut()</code>
231 * <code>onGet()</code> will always return an
244 public int onGet(Operation operation) {
ServerSession.java 240 int response = validateResponseCode(mListener.onGet(op));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 554 public int onGet(Operation op) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 312 public int onGet(Operation op) {
331 if (D) Log.d(TAG, "OnGet type is " + type + "; name is " + name);
368 if (D) Log.v(TAG, "onGet(): appParamValue.needTag=" + appParamValue.needTag);
    [all...]

Completed in 75 milliseconds