Searched refs:TestUtilsException (Results 1 – 4 of 4) sorted by relevance
375 public static List<Path> listApks(Path root) throws TestUtilsException { in listApks()379 throw new TestUtilsException( in listApks()402 throw new TestUtilsException("Failed to list apk files.", e); in listApks()411 throw new TestUtilsException( in listApks()416 throw new TestUtilsException( in listApks()427 throw new TestUtilsException( in listApks()440 throw new TestUtilsException( in listApks()477 public static final class TestUtilsException extends Exception { class in TestUtils483 private TestUtilsException(String message) { in TestUtilsException() method in TestUtils.TestUtilsException493 private TestUtilsException(String message, Throwable cause) { in TestUtilsException() method in TestUtils.TestUtilsException[all …]
19 import com.android.csuite.core.TestUtils.TestUtilsException;75 } catch (TestUtilsException e) { in install()
23 import com.android.csuite.core.TestUtils.TestUtilsException;626 } catch (TestUtilsException e) { in createUtpCrawlerRunCommand()711 } catch (TestUtilsException e) { in createCrawlerRunCommand()
186 assertThrows(TestUtils.TestUtilsException.class, () -> TestUtils.listApks(root)); in listApks_withApkDirectoryContainingNoApks_throwException()195 assertThrows(TestUtils.TestUtilsException.class, () -> TestUtils.listApks(root)); in listApks_withApkDirectoryContainingOnlyObbFiles_throwException()203 assertThrows(TestUtils.TestUtilsException.class, () -> TestUtils.listApks(root)); in listApks_withNonApkFile_throwException()213 assertThrows(TestUtils.TestUtilsException.class, () -> TestUtils.listApks(root)); in listApks_withMultipleSingleApks_throwException()225 assertThrows(TestUtils.TestUtilsException.class, () -> TestUtils.listApks(root)); in listApks_withApksInMultipleDirectories_throwException()