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

  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 26 * A simple class that denotes unread conversations and messages. In a real world application,
27 * this would be replaced by a content provider that actually gets the unread messages to be
33 * Set of strings used as messages by the sample.
35 private static final String[] MESSAGES = new String[]{
45 * Senders of the said messages.
61 * A given conversation can have a single or multiple messages.
62 * Note that the messages are sorted from *newest* to *oldest*
64 private final List<String> messages; field in class:Conversations.Conversation
69 List<String> messages) {
72 this.messages = messages == null ? Collections.<String>emptyList() : messages
116 List<String> messages = new ArrayList<>(messagesPerConversation); local
    [all...]
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 26 * A simple class that denotes unread conversations and messages. In a real world application,
27 * this would be replaced by a content provider that actually gets the unread messages to be
33 * Set of strings used as messages by the sample.
35 private static final String[] MESSAGES = new String[]{
45 * Senders of the said messages.
61 * A given conversation can have a single or multiple messages.
62 * Note that the messages are sorted from *newest* to *oldest*
64 private final List<String> messages; field in class:Conversations.Conversation
69 List<String> messages) {
72 this.messages = messages == null ? Collections.<String>emptyList() : messages
116 List<String> messages = new ArrayList<>(messagesPerConversation); local
    [all...]
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
Conversations.java 26 * A simple class that denotes unread conversations and messages. In a real world application,
27 * this would be replaced by a content provider that actually gets the unread messages to be
33 * Set of strings used as messages by the sample.
35 private static final String[] MESSAGES = new String[]{
45 * Senders of the said messages.
61 * A given conversation can have a single or multiple messages.
62 * Note that the messages are sorted from *newest* to *oldest*
64 private final List<String> messages; field in class:Conversations.Conversation
69 List<String> messages) {
72 this.messages = messages == null ? Collections.<String>emptyList() : messages
116 List<String> messages = new ArrayList<>(messagesPerConversation); local
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 61 milliseconds