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

  /frameworks/base/obex/javax/obex/
ServerSession.java 181 * <code>ServerOperation</code> object to the request handler. The
182 * <code>ServerOperation</code> object will handle the rest of the request.
186 * <code>ServerOperation</code> object will always reply with a
193 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener);
226 * <code>ServerOperation</code> object to the request handler. The
227 * <code>ServerOperation</code> object will handle the rest of the request.
231 * <code>ServerOperation</code> object will always reply with a
238 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener)
    [all...]
ServerOperation.java 55 public final class ServerOperation implements Operation, BaseStream {
94 * Creates new ServerOperation
103 public ServerOperation(ServerSession p, InputStream in, int request, int maxSize,
152 throw new IOException("ServerOperation can not handle such request");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 60 import javax.obex.ServerOperation;
521 ((ServerOperation)op).isAborted = true;
564 ((ServerOperation)op).isAborted = true;
BluetoothPbapObexServer.java 53 import javax.obex.ServerOperation;
    [all...]

Completed in 3826 milliseconds