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.java713 appScanStats.dumpToString(sb); in dump()
725 AppAdvertiseStats.dumpToString(sb, stats); in dumpAdvertiser()
736 AppAdvertiseStats.dumpToString(sb, stats); in dumpAdvertiser()
DAppAdvertiseStats.java473 static void dumpToString(StringBuilder sb, AppAdvertiseStats stats) { in dumpToString() method in AppAdvertiseStats
DAppScanStats.java630 synchronized void dumpToString(StringBuilder sb) { in dumpToString() method in AppScanStats
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DAppScanStatsTest.java117 appScanStats.dumpToString(stringBuilder); in testDump_doesNotCrash()
DAppAdvertiseStatsTest.java282 AppAdvertiseStats.dumpToString(sb, appAdvertiseStats); in testDump_doesNotCrash()