Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
H A DAtomTestCase.java1149 private List<Map<String, String>> getTelephonyDumpEntries(String className) throws Exception { in getTelephonyDumpEntries() method in AtomTestCase
1191 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveSimSlotCount()
1202 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveSimCountUpperBound()
1215 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveEsimCountUpperBound()
1226 return getTelephonyDumpEntries("Phone").stream() in hasGsmPhone()
1233 return getTelephonyDumpEntries("Phone").stream() in hasCdmaPhone()