Home
last modified time | relevance | path

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

/packages/apps/Gallery3D/src/com/cooliris/media/
DBitmapManager.java119 public synchronized void allowThreadDecoding(ThreadSet threads) { in allowThreadDecoding()
125 public synchronized void cancelThreadDecoding(ThreadSet threads) { in cancelThreadDecoding()
/packages/apps/Mms/tests/src/com/android/mms/
DRecyclerTest.java241 ArrayList<Thread> threads = new ArrayList<Thread>(THREAD_COUNT); in testRecycler() local
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java176 Set<Long> threads = new HashSet<Long>(4); in blockingUpdateNewMessageIndicator() local
279 Context context, Set<Long> threads) { in getMmsNewMessageNotificationInfo()
355 Context context, Set<Long> threads) { in getSmsNewMessageNotificationInfo()
/packages/apps/Mms/src/com/android/mms/data/
DConversation.java728 static void keepOnly(Set<Long> threads) { in keepOnly()