Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java1714 CompletableFuture<Boolean> onErrorExecuted = new CompletableFuture<>(); in encryptedStorageIsInaccessibleToDifferentVm() local
1726 onErrorExecuted.complete(true); in encryptedStorageIsInaccessibleToDifferentVm()
1735 assertThat(onErrorExecuted.getNow(false)).isTrue(); in encryptedStorageIsInaccessibleToDifferentVm()