HomeSort by relevance Sort by last modified time
    Searched refs:Conversations (Results 1 - 12 of 12) 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;
MessagingService.java 81 Conversations.Conversation[] conversations = Conversations.getUnreadConversations( local
83 for (Conversations.Conversation conv : conversations) {
88 private void sendNotificationForConversation(Conversations.Conversation conversation) {
  /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;
MessagingService.java 81 Conversations.Conversation[] conversations = Conversations.getUnreadConversations( local
83 for (Conversations.Conversation conv : conversations) {
88 private void sendNotificationForConversation(Conversations.Conversation conversation) {
  /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;
MessagingService.java 81 Conversations.Conversation[] conversations = Conversations.getUnreadConversations( local
83 for (Conversations.Conversation conv : conversations) {
88 private void sendNotificationForConversation(Conversations.Conversation conversation) {
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 177 Log.d(TAG, "query conversations: threadID=" + threadID);
201 projectionMap.put(Sms.Conversations.SNIPPET,
203 projectionMap.put(Sms.Conversations.THREAD_ID,
205 projectionMap.put(Sms.Conversations.MESSAGE_COUNT,
402 if (url.getPathSegments().get(0).equals("conversations")) {
843 cr.notifyChange(Uri.parse("content://mms-sms/conversations/"), null, true,
    [all...]
MmsSmsProvider.java 39 import android.provider.Telephony.Sms.Conversations;
241 URI_MATCHER.addURI(AUTHORITY, "conversations", URI_CONVERSATIONS);
242 URI_MATCHER.addURI(AUTHORITY, "complete-conversations", URI_COMPLETE_CONVERSATIONS);
246 AUTHORITY, "conversations/#", URI_CONVERSATIONS_MESSAGES);
248 AUTHORITY, "conversations/#/recipients",
252 AUTHORITY, "conversations/#/subject",
256 URI_MATCHER.addURI(AUTHORITY, "conversations/obsolete", URI_OBSOLETE_THREADS);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
Telephony.java 727 public static final class Conversations
734 private Conversations() {
740 public static final Uri CONTENT_URI = Uri.parse("content://sms/conversations");
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 1658 milliseconds