Searched refs:threadType (Results 1 – 3 of 3) sorted by relevance
89 RcsThreadQueryParams(int threadType, Set<RcsParticipant> participants, in RcsThreadQueryParams() argument91 mThreadType = threadType; in RcsThreadQueryParams()177 public Builder setThreadType(int threadType) { in setThreadType() argument178 mThreadType = threadType; in setThreadType()
63 boolean deleteThread(int threadId, int threadType, String callingPackage); in deleteThread() argument
195 public boolean deleteThread(int threadId, int threadType, String callingPackage) { in deleteThread() argument198 threadType == THREAD_TYPE_GROUP ? RCS_GROUP_THREAD_URI : RCS_1_TO_1_THREAD_URI, in deleteThread()