Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
H A DApkVerityTest.java388 expectRemoteCommandToFail("echo -n '' >> " + apkPath); in testFsverityFileIsImmutableAndReadable()
555 private void expectRemoteCommandToFail(String cmd) throws DeviceNotAvailableException { in expectRemoteCommandToFail() method in ApkVerityTest