Searched refs:gaugeMetricDataList (Results 1 – 1 of 1) sorted by relevance
124 List<AtomsProto.Atom> gaugeMetricDataList = null; in testDangerousPermissionStateSampled() local136 gaugeMetricDataList = ReportUtils.getGaugeMetricAtoms(getDevice()); in testDangerousPermissionStateSampled()137 if (gaugeMetricDataList.size() > 0 in testDangerousPermissionStateSampled()138 && gaugeMetricDataList.size() < fullDangerousPermissionState.size()) { in testDangerousPermissionStateSampled()144 assertThat(gaugeMetricDataList.size()).isGreaterThan(0); in testDangerousPermissionStateSampled()145 assertThat(gaugeMetricDataList.size()).isLessThan(fullDangerousPermissionState.size()); in testDangerousPermissionStateSampled()