Searched refs:ApexInfo (Results 1 – 5 of 5) sorted by relevance
52 list: Vec<ApexInfo>,56 struct ApexInfo { struct110 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 { implementation191 apex_infos: &[&ApexInfo], in make_metadata_file() argument376 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() argument510 ApexInfo { in test_collect_apexes()523 ApexInfo { in test_collect_apexes()[all …]
21 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()
44 Set<ITestDevice.ApexInfo> mActiveApexes = getDevice().getActiveApexes(); in runTest()45 for (ITestDevice.ApexInfo ap : mActiveApexes) { in runTest()
53 Set<ITestDevice.ApexInfo> mActiveApexes = getDevice().getActiveApexes(); in setUp()54 for (ITestDevice.ApexInfo ap : mActiveApexes) { in setUp()
32 import com.android.tradefed.device.ITestDevice.ApexInfo;307 ApexInfo apex = mInstallUtils.getApexInfo(mInstallUtils.getTestFile(filename)); in uninstallApexes()