Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java289 printAllMetrics(pw); in dump()
453 private synchronized void printAllMetrics(PrintWriter rawWriter) { in printAllMetrics() method in TelephonyMetrics
650 RcsStats.getInstance().printAllMetrics(rawWriter); in printAllMetrics()
H A DRcsStats.java1610 public synchronized void printAllMetrics(PrintWriter rawWriter) { in printAllMetrics() method in RcsStats