Searched refs:printWriter (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | VmsPublisherServiceTest.java | 307 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/ |
D | SettingsDumpServiceTest.java | 108 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/ |
D | HearingAidStateMachine.java | 574 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/ |
D | A2dpStateMachine.java | 778 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/ |
D | PhoneGlobals.java | 792 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/ |
D | HeadsetStateMachine.java | 235 PrintWriter printWriter = new PrintWriter(stringWriter); in dump() local 236 super.dump(new FileDescriptor(), printWriter, new String[]{}); in dump() 237 printWriter.flush(); in dump()
|