Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DAtomTestCase.java1090 private List<Map<String, String>> getTelephonyDumpEntries(String className) throws Exception { in getTelephonyDumpEntries() method in AtomTestCase
1132 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveSimSlotCount()
1143 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveSimCountUpperBound()
1156 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveEsimCountUpperBound()
1167 return getTelephonyDumpEntries("Phone").stream() in hasGsmPhone()
1174 return getTelephonyDumpEntries("Phone").stream() in hasCdmaPhone()