Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
H A DApkVerityTest.java388 String apkPath = getApkPath(TARGET_PACKAGE); in testFsverityFileIsImmutableAndReadable()
398 String apkPath = getApkPath(TARGET_PACKAGE); in testFsverityFailToReadModifiedBlockAtFront()
427 String apkPath = getApkPath(TARGET_PACKAGE); in testFsverityFailToReadModifiedBlockAtBack()
455 String apkPath = getApkPath(TARGET_PACKAGE); in verifyInstalledFilesHaveFsverity()
486 String apkPath = getApkPath(TARGET_PACKAGE); in verifyInstalledFiles()
511 private String getApkPath(String packageName) throws DeviceNotAvailableException { in getApkPath() method in ApkVerityTest