Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/hostside/java/com/android/microdroid/test/
DMicrodroidHostTests.java159 private void createPayloadMetadata(List<ActiveApexInfo> apexes, File payloadMetadata) in createPayloadMetadata()
234 static class ActiveApexInfo { class in MicrodroidHostTests
239 ActiveApexInfo(String name, String path, boolean provideSharedApexLibs) { in ActiveApexInfo() method in MicrodroidHostTests.ActiveApexInfo
247 private List<ActiveApexInfo> mList;
249 ActiveApexInfoList(List<ActiveApexInfo> list) { in ActiveApexInfoList()
253 ActiveApexInfo get(String apexName) { in get()
260 List<ActiveApexInfo> getSharedLibApexes() { in getSharedLibApexes()
267 List<ActiveApexInfo> list = new ArrayList<>(); in getActiveApexInfoList()
280 list.add(new ActiveApexInfo(name, path, "true".equals(sharedApex))); in getActiveApexInfoList()
376 List<ActiveApexInfo> apexesForVm = new ArrayList<>();
[all …]