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

  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 25 * A simple class that denotes unread conversations and messages. In a real world application,
29 public class Conversations {
99 private Conversations() {
104 Conversation[] conversations = new Conversation[howManyConversations]; local
106 conversations[i] = new Conversation(
110 return conversations;
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 25 * A simple class that denotes unread conversations and messages. In a real world application,
29 public class Conversations {
99 private Conversations() {
104 Conversation[] conversations = new Conversation[howManyConversations]; local
106 conversations[i] = new Conversation(
110 return conversations;
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
Conversations.java 25 * A simple class that denotes unread conversations and messages. In a real world application,
29 public class Conversations {
99 private Conversations() {
104 Conversation[] conversations = new Conversation[howManyConversations]; local
106 conversations[i] = new Conversation(
110 return conversations;
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 724 public static final class Conversations
731 private Conversations() {
737 public static final Uri CONTENT_URI = Uri.parse("content://sms/conversations");
    [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 366 milliseconds