OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_OPCODE_GET_FINAL
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/obex/javax/obex/
ServerOperation.java
397
&& (headerID != ObexHelper.
OBEX_OPCODE_GET_FINAL
)) {
429
} else if (headerID == ObexHelper.
OBEX_OPCODE_GET_FINAL
) {
ServerSession.java
106
case ObexHelper.
OBEX_OPCODE_GET_FINAL
:
ObexHelper.java
89
public static final int
OBEX_OPCODE_GET_FINAL
= 0x83;
[
all
...]
Completed in 28 milliseconds