Home
last modified time | relevance | path

Searched refs:apexInfo (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/tests/src/android/cts/statsd/apex/
DBootstrapApexTests.java75 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()
/packages/modules/Virtualization/compos/service/java/com/android/server/compos/
DIsolatedCompilationService.java134 StagedApexInfo apexInfo = mPackageNative.getStagedApexInfo(moduleName); in checkModules() local
135 if (apexInfo != null && apexInfo.hasClassPathJars) { in checkModules()
/packages/modules/OnDevicePersonalization/samples/odpclient/src/main/java/com/example/odpclient/
DMainActivity.java405 PackageInfo apexInfo = in printApexVersion() local
407 if (apexInfo != null && apexInfo.isApex) { in printApexVersion()
408 Long apexVersionCode = apexInfo.getLongVersionCode(); in printApexVersion()