Searched refs:apexInfo (Results 1 – 3 of 3) sorted by relevance
75 for (ApexInfo apexInfo : apexInfoList) { in testStatsdNotPresent()76 LogUtil.CLog.d(TAG + " APEX name is " + apexInfo.getModuleName()); in testStatsdNotPresent()77 assertThat(apexInfo.getModuleName()).isNotEqualTo("com.android.os.statsd"); in testStatsdNotPresent()
134 StagedApexInfo apexInfo = mPackageNative.getStagedApexInfo(moduleName); in checkModules() local135 if (apexInfo != null && apexInfo.hasClassPathJars) { in checkModules()
405 PackageInfo apexInfo = in printApexVersion() local407 if (apexInfo != null && apexInfo.isApex) { in printApexVersion()408 Long apexVersionCode = apexInfo.getLongVersionCode(); in printApexVersion()