Home
last modified time | relevance | path

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

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