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

  /external/chromium_org/google_apis/gcm/engine/
mcs_client.h 63 // Message was sent to the server and the ACK was received.
64 SENT,
89 // Callback when a message is sent (and receipt has been acknowledged by
130 // |ttl == 0| denotes the message should only be sent if the connection is
132 // it will be dropped if it was unable to be sent. When a message is dropped,
175 // Handle a data message sent to the MCS client system from the MCS server.
183 // Handle a StreamAck sent by the server confirming receipt of all
186 // Handle a SelectiveAck sent by the server confirming all messages
208 // Local version string. Sent on login.
248 // The stream id for the last sent message. A new message should consum
    [all...]
mcs_client.cc 49 // The maximum message size that can be sent to the server.
114 // The stream id with which the message was sent.
503 uint64 sent = data_message->sent(); local
504 DCHECK_GT(sent, 0U);
506 base::Time::kMicrosecondsPerSecond) - sent;
755 NotifyMessageSendStatus(*outgoing_packet->protobuf, SENT);
783 NotifyMessageSendStatus(*outgoing_packet->protobuf, SENT);
801 NotifyMessageSendStatus(*outgoing_packet->protobuf, SENT);
    [all...]
mcs_client_unittest.cc 47 uint64 sent,
59 data_message.set_sent(sent);
150 message_send_status_(MCSClient::SENT) {
242 DVLOG(1) << "Message sent callback invoked, killing loop.";
322 // Message sent callback should be invoked, but no message should actually
323 // be sent.
669 // Rebuild the client. Nothing should be sent on login.
691 // No messages should be sent, but the callback should still be invoked.
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 40 SENT,
174 * (such as inbox, draft, sent, or trash). Stores that do not implement this
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationsInOutboxTipView.java 47 * Tip that is displayed in conversation list of 'Sent' folder whenever there are
145 if ((folder.type & UIProvider.FolderType.SENT) > 0) {
146 // Only display this tip if user is viewing the Sent folder
178 // 'Sent' folder).
275 // the message stuck in Outbox could get sent, and a new one gets stuck.
276 // If the user checks back on on Sent folder then, we don't reshow the message since count
278 // However if user checks the Sent folder in between (when there were 0 messages
  /external/chromium_org/components/gcm_driver/
gcm_stats_recorder_impl.cc 40 case gcm::MCSClient::SENT:
41 return "SENT";
283 "Registration request sent", std::string());
313 RecordRegistration(app_id, std::string(), "Unregistration request sent",
434 RecordSending(app_id, receiver_id, message_id, "Data msg sent to wire",
gcm_client_impl.cc 111 case MCSClient::SENT:
771 // message was sent. That is why it comes as |OnMessageSendError| event rather
776 // For now, we do not report that the message has been sent and acked
784 } else if (status != MCSClient::SENT) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 759 * Return if this is the sent folder.
762 return isType(FolderType.SENT);
808 } else if (isType(FolderType.SENT)) {
809 desc = "sent";
UIProvider.java 575 * Integer column containing a non zero value if replies should always be sent from
594 * an arrow ( ? ) by messages sent to my address (not a mailing list),
595 * and a double arrow ( » ) by messages sent only to me.
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 221 milliseconds