Searched defs:threads (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java703 * Remove any obsolete conversations sitting around on disk. Obsolete threads are threads
724 // read, error, has_attachment FROM threads ORDER BY date DESC
744 // read, error, has_attachment FROM threads ORDER BY date DESC
850 * Check for locked messages in all threads or a specified thread.
853 * @param threadIds A list of threads to search. null means all threads
882 * Check for locked messages in all threads or a specified thread.
885 * @param threadId The threadId of the thread to search. -1 means all threads
1072 static void keepOnly(Set<Long> threads) { argument
[all...]
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java269 Set<Long> threads = new HashSet<Long>(4);
271 addMmsNotificationInfos(context, threads, notificationSet);
272 addSmsNotificationInfos(context, threads, notificationSet);
287 threads.contains(newMsgThreadId)) {
297 updateNotification(context, newMsgThreadId != THREAD_NONE, threads.size(),
309 threads.clear();
573 Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) {
653 threads.add(threadId);
715 Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) {
753 threads
572 addMmsNotificationInfos( Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) argument
714 addSmsNotificationInfos( Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) argument
[all...]

Completed in 75 milliseconds