Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/authfs/tests/java/src/com/android/fs/
H A DAuthFsHostTest.java208 expectRemoteCommandToFail("dd if=/dev/zero of=" + destPath + " bs=1 count=1024 direct"); in testWriteFailedIfDetectsTampering()
354 private void expectRemoteCommandToFail(String cmd) throws DeviceNotAvailableException { in expectRemoteCommandToFail() method in AuthFsHostTest
/aosp12/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
H A DApkVerityTest.java391 expectRemoteCommandToFail("echo -n '' >> " + apkPath); in testFsverityFileIsImmutableAndReadable()
529 private void expectRemoteCommandToFail(String cmd) throws DeviceNotAvailableException { in expectRemoteCommandToFail() method in ApkVerityTest