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

  /frameworks/base/obex/javax/obex/
ServerOperation.java 395 && (headerID != ObexHelper.OBEX_OPCODE_PUT_FINAL)
427 if ((headerID == ObexHelper.OBEX_OPCODE_PUT_FINAL)) {
ServerSession.java 111 case ObexHelper.OBEX_OPCODE_PUT_FINAL:
ObexHelper.java 85 public static final int OBEX_OPCODE_PUT_FINAL = 0x82;
    [all...]

Completed in 66 milliseconds