Searched refs:getSearchUids (Results 1 – 2 of 2) sorted by relevance
381 String[] getSearchUids(List<ImapResponse> responses) { in getSearchUids() method in ImapFolder420 final String[] result = getSearchUids(mConnection.executeSimpleCommand(command)); in searchForUids()497 return getSearchUids(mConnection.executeComplexCommand(commands, false)); in complexSearchForUids()
152 String[] getSearchUids(List<ImapResponse> responses) { in getSearchUids() method in ImapFolder176 final String[] result = getSearchUids(connection.executeSimpleCommand(command)); in searchForUids()