Home
last modified time | relevance | path

Searched refs:assertNoException (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java201 testResults.assertNoException(); in createAndConnectToVmHelper()
332 testResults.assertNoException(); in createAndRunNoDebugVm()
499 testResults.assertNoException(); in connectVsock()
551 testResults.assertNoException(); in binderCallbacksWork()
995 testResults.assertNoException(); in validApkPathIsAccepted()
1299 testResults.assertNoException(); in bccIsSuperficiallyWellFormed()
1621 origTestResults.assertNoException(); in importedVmIsEqualToTheOriginalVm()
1647 testResults.assertNoException(); in importedVmIsEqualToTheOriginalVm()
1702 testResults.assertNoException(); in encryptedStorageIsInaccessibleToDifferentVm()
1759 testResults.assertNoException(); in microdroidLauncherHasEmptyCapabilities()
[all …]
/packages/modules/Virtualization/tests/benchmark/src/java/com/android/microdroid/benchmark/
DMicrodroidBenchmarks.java764 testResults.assertNoException(); in testRpcBinderLatency()
825 testResults.assertNoException(); in testVsockLatency()
/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java560 public void assertNoException() { in assertNoException() method in TestResults