Searched refs:apexModuleName (Results 1 – 5 of 5) sorted by relevance
49 public static ApexEnvironment getApexEnvironment(@NonNull String apexModuleName) { in getApexEnvironment() argument50 Objects.requireNonNull(apexModuleName, "apexModuleName cannot be null"); in getApexEnvironment()52 return new ApexEnvironment(apexModuleName); in getApexEnvironment()57 private ApexEnvironment(String apexModuleName) { in ApexEnvironment() argument58 mApexModuleName = apexModuleName; in ApexEnvironment()
107 @Nullable public final String apexModuleName; field in ApexManager.ActiveApexInfo115 private ActiveApexInfo(@Nullable String apexModuleName, File apexDirectory, in ActiveApexInfo() argument117 this.apexModuleName = apexModuleName; in ActiveApexInfo()637 String apexModuleName = mApksInApex.keyAt(apkInApexNum); in getActiveApexPackageNameContainingPackage() local642 apexModuleName)) { in getActiveApexPackageNameContainingPackage()761 List<String> apks = mApksInApex.get(aai.apexModuleName); in registerApkInApex()764 mApksInApex.put(aai.apexModuleName, apks); in registerApkInApex()777 mErrorWithApkInApex.add(aai.apexModuleName); in reportErrorWithApkInApex()821 String apexModuleName; in snapshotCeData() local825 apexModuleName = mPackageNameToApexModuleName.get(apexPackageName); in snapshotCeData()[all …]
100 public ModuleInfo setApexModuleName(@Nullable String apexModuleName) { in setApexModuleName() argument101 mApexModuleName = apexModuleName; in setApexModuleName()
280 assertThat(activeApex.apexModuleName).isEqualTo(TEST_APEX_PKG); in testReportErrorWithApkInApex()286 assertThat(mApexManager.isApkInApexInstallSuccess(activeApex.apexModuleName)).isTrue(); in testReportErrorWithApkInApex()288 assertThat(mApexManager.isApkInApexInstallSuccess(activeApex.apexModuleName)).isFalse(); in testReportErrorWithApkInApex()
514 String apexModuleName = "com.android.tzdata.apex"; in testApexPackageInfoGeneration() local515 File apexFile = copyRawResourceToFile(apexModuleName, in testApexPackageInfoGeneration()520 apexInfo.moduleName = apexModuleName; in testApexPackageInfoGeneration()