Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/BinaryTransparencyHostTest/test-app/src/android/transparency/test/app/
H A DBinaryTransparencyTest.java119 var appInfoList = mBt.collectAllSilentInstalledMbaInfo(new Bundle()); in testCollectAllSilentInstalledMbaInfo() local
122 assertThat(appInfoList).isNotEmpty(); // because we just installed from the host side in testCollectAllSilentInstalledMbaInfo()
125 var actualAppNames = appInfoList.stream().map((appInfo) -> appInfo.packageName) in testCollectAllSilentInstalledMbaInfo()
130 for (var appInfo : appInfoList) { in testCollectAllSilentInstalledMbaInfo()