Home | History | Annotate | Download | only in data

Lines Matching refs:threadIds

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) {
877 handler.startQuery(token, threadIds, uri,
891 ArrayList<Long> threadIds = null;
893 threadIds = new ArrayList<Long>();
894 threadIds.add(threadId);
896 startQueryHaveLockedMessages(handler, threadIds, token);