Searched refs:appInfoList (Results 1 – 1 of 1) sorted by relevance
119 var appInfoList = mBt.collectAllSilentInstalledMbaInfo(new Bundle()); in testCollectAllSilentInstalledMbaInfo() local122 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()