Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVmsPublisherServiceTest.java307 PrintWriter printWriter = new PrintWriter(outputStream); in testDump_getPacketCount() local
311 mPublisherService.dump(printWriter); in testDump_getPacketCount()
313 printWriter.flush(); in testDump_getPacketCount()
327 PrintWriter printWriter = new PrintWriter(outputStream); in testDump_getPacketCounts() local
349 mPublisherService.dump(printWriter); in testDump_getPacketCounts()
351 printWriter.flush(); in testDump_getPacketCounts()
384 PrintWriter printWriter = new PrintWriter(outputStream); in testDumpNoListeners_getPacketFailureCount() local
389 mPublisherService.dump(printWriter); in testDumpNoListeners_getPacketFailureCount()
391 printWriter.flush(); in testDumpNoListeners_getPacketFailureCount()
417 PrintWriter printWriter = new PrintWriter(outputStream); in testDumpNoListeners_getPacketFailureCounts() local
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsDumpServiceTest.java108 TestPrintWriter printWriter = new TestPrintWriter(System.out); in testDump_ReturnJsonObject() local
110 mTestService.dump(null, printWriter, null); in testDump_ReturnJsonObject()
111 JSONObject object = (JSONObject) printWriter.getPrintObject(); in testDump_ReturnJsonObject()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java574 PrintWriter printWriter = new PrintWriter(stringWriter); in dump() local
575 super.dump(new FileDescriptor(), printWriter, new String[]{}); in dump()
576 printWriter.flush(); in dump()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java778 PrintWriter printWriter = new PrintWriter(stringWriter); in dump() local
779 super.dump(new FileDescriptor(), printWriter, new String[]{}); in dump()
780 printWriter.flush(); in dump()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java792 public void dump(FileDescriptor fd, PrintWriter printWriter, String[] args) { in dump() argument
793 IndentingPrintWriter pw = new IndentingPrintWriter(printWriter, " "); in dump()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java235 PrintWriter printWriter = new PrintWriter(stringWriter); in dump() local
236 super.dump(new FileDescriptor(), printWriter, new String[]{}); in dump()
237 printWriter.flush(); in dump()