Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/integrity/
H A DAppIntegrityManagerServiceImpl.java115 private static final String BASE_APK_FILE = "base.apk"; field in AppIntegrityManagerServiceImpl
603 File baseFile = new File(multiApkDirectory, BASE_APK_FILE); in getMultiApkInfo()