Searched refs:setResultLimit (Results 1 – 2 of 2) sorted by relevance
190 .setThreadType(RcsThreadQueryParams.THREAD_TYPE_1_TO_1).setResultLimit(1) in testCanQueryUnifiedThreadsWithLimitAndSorting()211 new RcsThreadQueryParams.Builder().setResultLimit(1).build(); in testCanContinueThreadQuery()317 .setResultLimit(1).build(); in testQueryParticipantWithContinuation()391 new RcsEventQueryParams.Builder().setResultLimit(1).setSortDirection(true) in testQueryEventsWithContinuation()456 new RcsMessageQueryParams.Builder().setMessageLike("%o%message").setResultLimit( in testQueryMessagesWithContinuation()
126 public void setResultLimit(int resultLimit) { in setResultLimit() method in DirectoryPartition