HomeSort by relevance Sort by last modified time
    Searched refs:ACCEPTED (Results 1 - 25 of 37) sorted by null

1 2

  /system/bt/packet/avrcp/
set_addressed_player.h 39 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::SET_ADDRESSED_PLAYER,
pass_through_packet.h 40 : PacketBuilder(response ? CType::ACCEPTED : CType::CONTROL, 0x09, 0x00,
play_item.h 38 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::PLAY_ITEM,
set_absolute_volume.cc 54 if (GetCType() != CType::ACCEPTED) return false;
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 171 public static final int ACCEPTED = Attendees.ATTENDEE_STATUS_ACCEPTED;
416 int id = at.addAlertRow(100, SCHEDULED, ACCEPTED, 0 /* all day */, 1300000, 2300000, 0);
457 int id9 = at.addAlertRow(9, SCHEDULED, ACCEPTED, 0, createTimeInMillis(9, 0),
459 int id8 = at.addAlertRow(8, SCHEDULED, ACCEPTED, 0, createTimeInMillis(8, 0),
461 int id7 = at.addAlertRow(7, SCHEDULED, ACCEPTED, 0, createTimeInMillis(7, 0),
465 int id6 = at.addAlertRow(6, SCHEDULED, ACCEPTED, 0, createTimeInMillis(5, 0),
467 int id5 = at.addAlertRow(5, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 55),
469 int id4 = at.addAlertRow(4, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 50),
473 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, createTimeInMillis(3, 0),
475 int id2 = at.addAlertRow(2, SCHEDULED, ACCEPTED, 0, createTimeInMillis(2, 0)
    [all...]
  /external/nist-sip/java/javax/sip/message/
Response.java 12 int ACCEPTED = 202;
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 50 public static final String ACCEPTED = GZIP + "," + DEFLATE;
  /external/python/cpython3/Lib/http/
__init__.py 36 ACCEPTED = (202, 'Accepted',
37 'Request accepted, processing continues off-line')
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpDeleteRequestTest.java 99 this.testServer.response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.ACCEPTED, "application/xml", "<body />");
104 "HTTP/1.1 202 Accepted",
  /system/bt/include/hardware/avrcp/
avrcp_common.h 35 ACCEPTED = 0x9,
avrcp_logging_helper.h 40 CASE_RETURN_TEXT(CType::ACCEPTED);
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 104 case ACCEPTED :
105 retval = "Accepted";
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
jersey-client-1.11.jar 
jersey-core-1.11.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 112 ACCEPTED = 202
170 202: 'Accepted',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 112 ACCEPTED = 202
170 202: 'Accepted',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 112 ACCEPTED = 202
170 202: 'Accepted',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 112 ACCEPTED = 202
170 202: 'Accepted',
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 112 ACCEPTED = 202
170 202: 'Accepted',
    [all...]
  /external/python/cpython2/Lib/
httplib.py 113 ACCEPTED = 202
171 202: 'Accepted',
219 # maximum amount of headers accepted
    [all...]
  /system/bt/profile/avrcp/
device.cc 69 if (pkt->GetCType() >= CType::ACCEPTED) {
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java     [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]

Completed in 847 milliseconds

1 2