Home
last modified time | relevance | path

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

/art/libartservice/service/javatests/com/android/server/art/
DDexUseManagerTest.java137 createPackageState(Utils.PLATFORM_PACKAGE_NAME, "arm64-v8a", true /* hasPackage */); in setUp()
138 addPackage(Utils.PLATFORM_PACKAGE_NAME, platformPkgState); in setUp()
276 mSnapshot, Utils.PLATFORM_PACKAGE_NAME, Map.of(BASE_APK, "CLC")); in verifyPrimaryDexMultipleEntries()
480 mSnapshot, Utils.PLATFORM_PACKAGE_NAME, Map.of(mCeDir + "/foo.apk", "CLC")); in verifySecondaryDexMultipleEntries()
/art/libartservice/service/java/com/android/server/art/
DBackgroundDexoptJob.java66 private static final String JOB_PKG_NAME = Utils.PLATFORM_PACKAGE_NAME;
DPreRebootDexoptJob.java65 private static final String JOB_PKG_NAME = Utils.PLATFORM_PACKAGE_NAME;
DArtManagerLocal.java831 Utils.PLATFORM_PACKAGE_NAME, PrimaryDexUtils.PROFILE_PRIMARY)); in snapshotBootImageProfile()
835 Utils.PLATFORM_PACKAGE_NAME, PrimaryDexUtils.PROFILE_PRIMARY)); in snapshotBootImageProfile()
851 OutputProfile output = AidlUtils.buildOutputProfileForPrimary(Utils.PLATFORM_PACKAGE_NAME, in snapshotBootImageProfile()
DUtils.java75 public static final String PLATFORM_PACKAGE_NAME = "android"; field in Utils
DDexUseManagerLocal.java395 if (loadingPackageName.equals(Utils.PLATFORM_PACKAGE_NAME)) { in notifyDexContainersLoaded()
DArtShellCommand.java512 if (packageName.equals(Utils.PLATFORM_PACKAGE_NAME)) { in handleSnapshotProfile()