OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 {
92
* Creates new
ServerOperation
101
public
ServerOperation
(ServerSession p, InputStream in, int request, int maxSize,
150
throw new IOException("
ServerOperation
can not handle such request");
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java
57
import javax.obex.
ServerOperation
;
445
((
ServerOperation
)op).isAborted = true;
471
((
ServerOperation
)op).isAborted = true;
BluetoothPbapObexServer.java
52
import javax.obex.
ServerOperation
;
697
((
ServerOperation
)op).isAborted = true;
[
all
...]
Completed in 62 milliseconds