Searched refs:apexInfoList (Results 1 – 1 of 1) sorted by relevance
72 List<ApexInfo> apexInfoList = readBootstrapApexes(); in testStatsdNotPresent() local73 LogUtil.CLog.d(TAG + " Received " + apexInfoList.size() + " apexes in bootstrap apexes"); in testStatsdNotPresent()74 assertThat(apexInfoList.size()).isGreaterThan(0); in testStatsdNotPresent()75 for (ApexInfo apexInfo : apexInfoList) { in testStatsdNotPresent()