Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Dpayload.rs52 list: Vec<ApexInfo>,
56 struct ApexInfo { struct
110 let mut need_to_add: Option<ApexInfo> = None; in override_staged_apex()
117 need_to_add.replace(ApexInfo { is_active: false, ..apex_info.clone() }); in override_staged_apex()
143 impl ApexInfo { implementation
191 apex_infos: &[&ApexInfo], in make_metadata_file() argument
376 fn check_apexes_are_from_allowed_partitions(requested_apexes: &Vec<&ApexInfo>) -> Result<()> { in check_apexes_are_from_allowed_partitions()
391 ) -> Result<Vec<&'a ApexInfo>> { in collect_apex_infos() argument
510 ApexInfo { in test_collect_apexes()
523 ApexInfo { in test_collect_apexes()
[all …]
/packages/modules/StatsD/tests/src/android/cts/statsd/apex/
DBootstrapApexTests.java21 import com.android.apex.ApexInfo;
54 private List<ApexInfo> readBootstrapApexes() throws Exception { in readBootstrapApexes()
72 List<ApexInfo> apexInfoList = readBootstrapApexes(); in testStatsdNotPresent()
75 for (ApexInfo apexInfo : apexInfoList) { in testStatsdNotPresent()
/packages/modules/RemoteKeyProvisioning/app/tests/hosttest/src/com/android/rkpdapp/hosttest/
DRkpdWidevineTests.java44 Set<ITestDevice.ApexInfo> mActiveApexes = getDevice().getActiveApexes(); in runTest()
45 for (ITestDevice.ApexInfo ap : mActiveApexes) { in runTest()
DAtomsHostTest.java53 Set<ITestDevice.ApexInfo> mActiveApexes = getDevice().getActiveApexes(); in setUp()
54 for (ITestDevice.ApexInfo ap : mActiveApexes) { in setUp()
/packages/modules/SdkExtensions/javatests/com/android/sdkext/extensions/
DSdkExtensionsHostTest.java32 import com.android.tradefed.device.ITestDevice.ApexInfo;
307 ApexInfo apex = mInstallUtils.getApexInfo(mInstallUtils.getTestFile(filename)); in uninstallApexes()