Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
H A DApkVerityTest.java385 String apkPath = getApkPath(TARGET_PACKAGE); in testFsverityFileIsImmutableAndReadable()
395 String apkPath = getApkPath(TARGET_PACKAGE); in testFsverityFailToReadModifiedBlockAtFront()
424 String apkPath = getApkPath(TARGET_PACKAGE); in testFsverityFailToReadModifiedBlockAtBack()
452 String apkPath = getApkPath(TARGET_PACKAGE); in verifyInstalledFilesHaveFsverity()
512 String apkPath = getApkPath(TARGET_PACKAGE); in verifyInstalledFiles()
537 private String getApkPath(String packageName) throws DeviceNotAvailableException { in getApkPath() method in ApkVerityTest