HomeSort by relevance Sort by last modified time
    Searched refs:threadIds (Results 1 - 10 of 10) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteractionsLoader.java 34 * This is a two part process. The first step is retrieving the threadIds for each of the phone
35 * numbers using fuzzy matching. The next step is to run another query against these threadIds
103 private Cursor getSmsCursorFromThreads(List<String> threadIds) {
104 if (threadIds.size() == 0) {
108 + ContactInteractionUtil.questionMarks(threadIds.size());
114 threadIds.toArray(new String[threadIds.size()]),
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 430 private void unbindListeners(final Collection<Long> threadIds) {
435 if (threadIds == null) {
437 } else if (threadIds.contains(item.getConversation().getThreadId())) {
738 ArrayList<Long> threadIds = null;
740 threadIds = new ArrayList<Long>();
741 threadIds.add(threadId);
743 confirmDeleteThreads(threadIds, handler);
750 * @param threadIds list of threadIds to delete or null for all threads
753 public static void confirmDeleteThreads(Collection<Long> threadIds, AsyncQueryHandler handler)
    [all...]
MessageUtils.java 721 final Collection<Long> threadIds,
730 if (threadIds != null) {
733 selectionArgs = new String[threadIds.size()];
736 for (long threadId : threadIds) {
    [all...]
ComposeMessageActivity.java     [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 114 private final Map<Thread, Integer> threadIds = new HashMap<Thread, Integer>();
395 Integer threadId = threadIds.get(thread);
457 Integer old = threadIds.put(thread, threadId);
482 Integer threadId = threadIds.remove(thread);
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 757 * @param threadIds Collection of thread IDs of the conversations to be deleted
760 Collection<Long> threadIds) {
772 for (long threadId : threadIds) {
853 * @param threadIds A list of threads to search. null means all threads
857 Collection<Long> threadIds,
863 if (threadIds != null) {
867 for (long threadId : threadIds) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 156 milliseconds