HomeSort by relevance Sort by last modified time
    Searched full:decline (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/java/android/net/dhcp/
DhcpDeclinePacket.java 23 * This class implements the DHCP-DECLINE packet.
27 * Generates a DECLINE packet with the specified parameters.
37 return s + " DECLINE";
41 * Fills in a packet with the requested DECLINE attributes.
53 * Adds optional parameters to the DECLINE packet.
60 * Informs the state machine of the arrival of a DECLINE packet.
DhcpStateMachine.java 71 * Signals that a client's DECLINE packet has been received with the
  /external/smack/src/org/jivesoftware/smackx/provider/
MUCUserProvider.java 69 if (parser.getName().equals("decline")) {
134 private MUCUser.Decline parseDecline(XmlPullParser parser) throws Exception {
136 MUCUser.Decline decline = new MUCUser.Decline(); local
137 decline.setFrom(parser.getAttributeValue("", "from"));
138 decline.setTo(parser.getAttributeValue("", "to"));
143 decline.setReason(parser.nextText());
147 if (parser.getName().equals("decline")) {
152 return decline;
    [all...]
  /external/nist-sip/java/javax/sip/message/
Response.java 56 int DECLINE = 603;
  /external/chromium_org/remoting/protocol/
jingle_session_manager.cc 118 IncomingSessionResponse response = SessionManager::DECLINE;
134 case DECLINE:
jingle_messages.h 38 DECLINE,
session_manager.h 94 DECLINE,
108 // ACCEPT. Otherwise it should set it to DECLINE, or
jingle_messages.cc 42 { JingleMessage::DECLINE, "decline" },
jingle_session.cc 537 case JingleMessage::DECLINE:
616 reason = JingleMessage::DECLINE;
connection_to_host.cc 142 *response = SessionManager::DECLINE;
jingle_session_unittest.cc 310 .WillOnce(SetArgumentPointee<1>(protocol::SessionManager::DECLINE));
  /external/wpa_supplicant_8/wpa_supplicant/examples/
udhcpd-p2p.conf 15 # by OFFER's, DECLINE's, and ARP conficts
37 # DHCP decline message is received (seconds).
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageInviteView.java 56 findViewById(R.id.decline).setOnClickListener(this);
79 } else if (id == R.id.decline) {
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCUser.java 34 private Decline decline; field in class:MUCUser
91 public Decline getDecline() {
92 return decline;
149 * @param decline the rejection to an invitation from another user to a room.
151 public void setDecline(Decline decline) {
152 this.decline = decline;
287 public static class Decline {
    [all...]
  /packages/apps/UnifiedEmail/res/layout/
conversation_message_invite.xml 86 android:id="@+id/decline"
  /packages/apps/InCallUI/src/com/android/incallui/
AnswerFragment.java 119 // Answer, Decline, and Respond via SMS.
126 // Answer or Decline.
  /external/chromium_org/remoting/host/
chromoting_host_unittest.cc 552 EXPECT_EQ(protocol::SessionManager::DECLINE, response);
588 protocol::SessionManager::DECLINE;
609 protocol::SessionManager::DECLINE;
chromoting_host.cc 263 *response = protocol::SessionManager::DECLINE;
  /external/smack/src/org/jivesoftware/smack/packet/
Privacy.java 234 * @return the decline status of the list.
252 * @return the decline status of the list.
  /cts/tests/tests/preference2/res/values/
strings.xml 102 <string name="negative_button_text">"Decline"</string>
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 54 /// for another call). If the target chooses to decline an AlwaysInline
  /packages/apps/InCallUI/res/values/
dimens.xml 98 Right now answer/decline/reject icons have 38dp width/height.
  /packages/services/Telephony/res/values/
dimens.xml 94 Right now answer/decline/reject icons have 38dp width/height.
  /external/smack/src/org/jivesoftware/smack/
PrivacyListManager.java 35 * <li>Set, change, or decline active lists.
36 * <li>Set, change, or decline the default list (i.e., the list that is active by default).
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
constants.cc 178 const std::string STR_TERMINATE_DECLINE("decline");

Completed in 955 milliseconds

1 2 3 4 5 6