Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DContextMap.java654 appScanStats.dumpToString(sb); in dump()
664 AppAdvertiseStats.dumpToString(sb, stats); in dumpAdvertiser()
676 AppAdvertiseStats.dumpToString(sb, stats); in dumpAdvertiser()
DAppAdvertiseStats.java490 static void dumpToString(StringBuilder sb, AppAdvertiseStats stats) { in dumpToString() method in AppAdvertiseStats
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DAppScanStatsTest.java121 appScanStats.dumpToString(stringBuilder); in testDump_doesNotCrash()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DAppAdvertiseStatsTest.java261 AppAdvertiseStats.dumpToString(sb, appAdvertiseStats); in testDump_doesNotCrash()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DAppScanStats.java741 public synchronized void dumpToString(StringBuilder sb) { in dumpToString() method in AppScanStats