Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Mms/tests/src/com/android/mms/
DRecyclerTest.java241 ArrayList<Thread> threads = new ArrayList<Thread>(THREAD_COUNT); in testRecycler() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java238 final Thread[] threads = new Thread[NUM_THREADS]; in testGetMimeTypeId_conflict() local
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java269 Set<Long> threads = new HashSet<Long>(4); in blockingUpdateNewMessageIndicator() local
573 Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) { in addMmsNotificationInfos()
715 Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) { in addSmsNotificationInfos()
/packages/apps/Mms/src/com/android/mms/data/
DConversation.java1072 static void keepOnly(Set<Long> threads) { in keepOnly()