Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
H A DAtomTestCase.java1165 final Map<String, String> instanceEntries = new HashMap<>(); in getTelephonyDumpEntries() local
1181 instanceEntries.put(matcher.group(2), matcher.group(3)); in getTelephonyDumpEntries()
1184 results.add(instanceEntries); in getTelephonyDumpEntries()