Searched refs:deleteThread (Results 1 – 3 of 3) sorted by relevance
246 public void deleteThread(@NonNull RcsThread thread) throws RcsMessageStoreException { in deleteThread() method in RcsMessageStore252 (iRcs, callingPackage) -> iRcs.deleteThread(thread.getThreadId(), in deleteThread()
63 boolean deleteThread(int threadId, int threadType, String callingPackage); in deleteThread() method
195 public boolean deleteThread(int threadId, int threadType, String callingPackage) { in deleteThread() method in RcsMessageStoreController