HomeSort by relevance Sort by last modified time
    Searched defs:deliver (Results 1 - 7 of 7) sorted by null

  /external/smack/src/org/jivesoftware/smackx/pubsub/
SubscribeOptionFields.java 31 deliver, enum constant in enum:SubscribeOptionFields
SubscribeForm.java 63 return parseBoolean(getFieldValue(SubscribeOptionFields.deliver));
73 addField(SubscribeOptionFields.deliver, FormField.TYPE_BOOLEAN);
74 setAnswer(SubscribeOptionFields.deliver.getFieldName(), deliverNotifications);
94 addField(SubscribeOptionFields.deliver, FormField.TYPE_BOOLEAN);
95 setAnswer(SubscribeOptionFields.deliver.getFieldName(), digestOn);
ConfigureForm.java 262 * Does the node deliver payloads with event notifications.
272 * Sets whether the node will deliver payloads with event notifications.
274 * @param deliver true if the payload will be delivered, false otherwise
276 public void setDeliverPayloads(boolean deliver)
279 setAnswer(ConfigureNodeFields.deliver_payloads.getFieldName(), deliver); local
465 * Determines whether to deliver notifications to available users only.
475 * Sets whether to deliver notifications to available users only.
  /external/smack/src/org/jivesoftware/smack/
Chat.java 156 * to the collector and deliver it to all listeners registered with the
157 * Chat. This is used by the Connection class to deliver messages
162 void deliver(Message message) { method in class:Chat
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 293 delivery.deliver(context, isStatusMessage);
347 public void deliver(Context context, boolean isStatusMessage) { method in class:MessagingNotification.MmsSmsDeliveryInfo
    [all...]
  /external/qemu/telephony/
android_modem.c 1722 SmsPDU* deliver; local
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 3364 public final void deliver(QueuedInputEvent q) { method in class:ViewRootImpl.InputStage
    [all...]

Completed in 129 milliseconds