Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/apex/
DBootstrapApexTests.java72 List<ApexInfo> apexInfoList = readBootstrapApexes(); in testStatsdNotPresent() local
73 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()