Searched refs:PLATFORM_PACKAGE_NAME (Results 1 – 7 of 7) sorted by relevance
/art/libartservice/service/javatests/com/android/server/art/ |
D | DexUseManagerTest.java | 137 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/ |
D | BackgroundDexoptJob.java | 66 private static final String JOB_PKG_NAME = Utils.PLATFORM_PACKAGE_NAME;
|
D | PreRebootDexoptJob.java | 65 private static final String JOB_PKG_NAME = Utils.PLATFORM_PACKAGE_NAME;
|
D | ArtManagerLocal.java | 831 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()
|
D | Utils.java | 75 public static final String PLATFORM_PACKAGE_NAME = "android"; field in Utils
|
D | DexUseManagerLocal.java | 395 if (loadingPackageName.equals(Utils.PLATFORM_PACKAGE_NAME)) { in notifyDexContainersLoaded()
|
D | ArtShellCommand.java | 512 if (packageName.equals(Utils.PLATFORM_PACKAGE_NAME)) { in handleSnapshotProfile()
|