Searched refs:expectRemoteCommandToFail (Results 1 – 2 of 2) sorted by relevance
208 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
391 expectRemoteCommandToFail("echo -n '' >> " + apkPath); in testFsverityFileIsImmutableAndReadable()529 private void expectRemoteCommandToFail(String cmd) throws DeviceNotAvailableException { in expectRemoteCommandToFail() method in ApkVerityTest