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

  /frameworks/base/obex/javax/obex/
ServerSession.java 185 * <code>ServerOperation</code> object to the request handler. The
186 * <code>ServerOperation</code> object will handle the rest of the request.
190 * <code>ServerOperation</code> object will always reply with a
197 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener);
231 * <code>ServerOperation</code> object to the request handler. The
232 * <code>ServerOperation</code> object will handle the rest of the request.
236 * <code>ServerOperation</code> object will always reply with a
243 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener)
    [all...]
ServerOperation.java 58 public final class ServerOperation implements Operation, BaseStream {
60 private static final String TAG = "ServerOperation";
116 * Creates new ServerOperation
125 public ServerOperation(ServerSession p, InputStream in, int request, int maxSize,
177 throw new IOException("ServerOperation can not handle such request");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 68 import javax.obex.ServerOperation;
736 ((ServerOperation) op).isAborted = true;
    [all...]

Completed in 69 milliseconds