Searched refs:getStatusIfExists (Results 1 – 2 of 2) sorted by relevance
62 public int getStatusIfExists() { in getStatusIfExists() method in AbstractPublicApiTest.Download
524 while (download.getStatusIfExists() != -1) { in testCancel()