HomeSort by relevance Sort by last modified time
    Searched refs:Conversations (Results 1 - 20 of 20) 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,
30 public class Conversations {
100 private Conversations() {
105 Conversation[] conversations = new Conversation[howManyConversations]; local
107 conversations[i] = new Conversation(
111 return conversations;
MessagingService.java 111 Conversations.Conversation[] conversations = Conversations.getUnreadConversations( local
113 for (Conversations.Conversation conv : conversations) {
118 private void sendNotificationForConversation(Conversations.Conversation conversation) {
  /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,
30 public class Conversations {
100 private Conversations() {
105 Conversation[] conversations = new Conversation[howManyConversations]; local
107 conversations[i] = new Conversation(
111 return conversations;
MessagingService.java 111 Conversations.Conversation[] conversations = Conversations.getUnreadConversations( local
113 for (Conversations.Conversation conv : conversations) {
118 private void sendNotificationForConversation(Conversations.Conversation conversation) {
  /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,
30 public class Conversations {
100 private Conversations() {
105 Conversation[] conversations = new Conversation[howManyConversations]; local
107 conversations[i] = new Conversation(
111 return conversations;
MessagingService.java 111 Conversations.Conversation[] conversations = Conversations.getUnreadConversations( local
113 for (Conversations.Conversation conv : conversations) {
118 private void sendNotificationForConversation(Conversations.Conversation conversation) {
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 31 import android.provider.Telephony.Sms.Conversations;
135 Telephony.Sms.Conversations.THREAD_ID,
136 Telephony.Sms.Conversations.MESSAGE_COUNT
144 Conversations.THREAD_ID,
186 Telephony.Sms.Conversations.CONTENT_URI,
187 ALL_SMS_THREADS_PROJECTION, null, null, Conversations.DEFAULT_SORT_ORDER);
200 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
223 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
261 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
293 Conversations.THREAD_ID
    [all...]
DraftCache.java 26 import android.provider.Telephony.Sms.Conversations;
32 * Cache for information about draft messages on conversations.
65 Conversations.THREAD_ID // 0
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsMessageSender.java 50 Sms.Conversations.REPLY_PATH_PRESENT,
51 Sms.Conversations.SERVICE_CENTER,
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 37 import android.provider.Telephony.Sms.Conversations;
203 Conversations.DEFAULT_SORT_ORDER);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 151 Log.d(TAG, "query conversations: threadID=" + threadID);
347 if (url.getPathSegments().get(0).equals("conversations")) {
728 cr.notifyChange(Uri.parse("content://mms-sms/conversations/"), null, true,
789 sURLMatcher.addURI("sms", "conversations", SMS_CONVERSATIONS);
790 sURLMatcher.addURI("sms", "conversations/*", SMS_CONVERSATIONS_ID);
804 sConversationProjectionMap.put(Sms.Conversations.SNIPPET,
806 sConversationProjectionMap.put(Sms.Conversations.THREAD_ID,
808 sConversationProjectionMap.put(Sms.Conversations.MESSAGE_COUNT,
MmsSmsProvider.java 38 import android.provider.Telephony.Sms.Conversations;
220 URI_MATCHER.addURI(AUTHORITY, "conversations", URI_CONVERSATIONS);
221 URI_MATCHER.addURI(AUTHORITY, "complete-conversations", URI_COMPLETE_CONVERSATIONS);
225 AUTHORITY, "conversations/#", URI_CONVERSATIONS_MESSAGES);
227 AUTHORITY, "conversations/#/recipients",
231 AUTHORITY, "conversations/#/subject",
235 URI_MATCHER.addURI(AUTHORITY, "conversations/obsolete", URI_OBSOLETE_THREADS);
747 String[] innerProjection = new String[] {BaseColumns._ID, Conversations.THREAD_ID};
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 30 import android.provider.Telephony.Sms.Conversations;
56 Conversations.THREAD_ID,
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 23 import android.provider.Telephony.Sms.Conversations;
43 * An interface for finding information about conversations and/or creating new ones.
202 * forms: {@value content://mms-sms/conversations/3} or
703 * Remove any obsolete conversations sitting around on disk. Obsolete threads are threads
711 * Start a query for all conversations in the database on the specified
747 ALL_THREADS_PROJECTION, selection, null, Conversations.DEFAULT_SORT_ORDER);
757 * @param threadIds Collection of thread IDs of the conversations to be deleted
785 * Start deleting all conversations in the database.
787 * upon completion of all conversations being deleted
    [all...]
WorkingMessage.java     [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 723 public static final class Conversations
730 private Conversations() {
736 public static final Uri CONTENT_URI = Uri.parse("content://sms/conversations");
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 545 milliseconds