Home
last modified time | relevance | path

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

/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java185 public static OutputProfile buildOutputProfileForPrimary(@NonNull String packageName, in buildOutputProfileForPrimary() method in AidlUtils
DPrimaryDexUtils.java327 return AidlUtils.buildOutputProfileForPrimary( in buildOutputProfile()
DArtManagerLocal.java851 OutputProfile output = AidlUtils.buildOutputProfileForPrimary(Utils.PLATFORM_PACKAGE_NAME, in snapshotBootImageProfile()
/art/libartservice/service/javatests/com/android/server/art/
DPrimaryDexopterTest.java79 AidlUtils.buildOutputProfileForPrimary(PKG_NAME, "primary", Process.SYSTEM_UID,
82 AidlUtils.buildOutputProfileForPrimary(PKG_NAME, "primary", Process.SYSTEM_UID,
DArtManagerLocalTest.java878 deepEq(AidlUtils.buildOutputProfileForPrimary(PKG_NAME_1, "primary", in testSnapshotAppProfile()
1005 deepEq(AidlUtils.buildOutputProfileForPrimary(PKG_NAME_1, "split_0.split", in testSnapshotAppProfileSplit()
1113 deepEq(AidlUtils.buildOutputProfileForPrimary("android", "primary", in testSnapshotBootImageProfile()