/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/utils/ |
H A D | PriorityDumpTest.java | 53 private PrintWriter mPw; field in PriorityDumpTest 64 dump(mDumper, mFd, mPw, null); in testNullArgs() 70 dump(mDumper, mFd, mPw, EMPTY_ARGS); in testNoArgs() 79 dump(mDumper, mFd, mPw, args); in testNonPriorityArgs() 88 dump(mDumper, mFd, mPw, args); in testMissingPriority() 97 dump(mDumper, mFd, mPw, args); in testInvalidPriorityNoExtraArgs() 106 dump(mDumper, mFd, mPw, args); in testInvalidPriorityExtraArgs() 121 dump(fakeDumper, mFd, mPw, args); in testNoPriorityCallsAllMethods() 127 assertSame(mPw, fakeDumper.highPw); in testNoPriorityCallsAllMethods() 130 assertSame(mPw, fakeDumper.normalPw); in testNoPriorityCallsAllMethods() [all …]
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
H A D | UsbPortAidl.java | 75 public IndentingPrintWriter mPw; field in UsbPortAidl 184 mPw = pw; in UsbPortAidl() 186 connectToProxy(mPw); in UsbPortAidl() 324 logAndPrintException(mPw, in resetUsbPort() 366 logAndPrintException(mPw, in enableUsbData() 410 logAndPrintException(mPw, in enableLimitPowerTransfer() 452 logAndPrintException(mPw, in enableUsbDataWhileDocked() 460 public IndentingPrintWriter mPw; field in UsbPortAidl.HALCallback 465 this.mPw = pw; in HALCallback() 738 logAndPrintException(mPw, in notifyEnableUsbDataStatus() [all …]
|
H A D | UsbPortHidl.java | 82 public IndentingPrintWriter mPw; field in UsbPortHidl 178 mPw = pw; in UsbPortHidl() 195 connectToProxy(mPw); in UsbPortHidl() 203 logAndPrint(Log.ERROR, mPw, "Proxy is null. Retry !"); in enableContaminantPresenceDetection() 225 logAndPrint(Log.ERROR, mPw, "Proxy is null. Retry !"); in queryPortStatus() 241 logAndPrint(Log.ERROR, mPw, "Proxy is null. Retry !"); in switchMode() 251 logAndPrintException(mPw, "Failed to set the USB port mode: " in switchMode() 263 logAndPrint(Log.ERROR, mPw, "Proxy is null. Retry !"); in switchPowerRole() 305 logAndPrint(Log.ERROR, mPw, "Proxy is null. Retry !"); in switchDataRole() 393 public IndentingPrintWriter mPw; field in UsbPortHidl.HALCallback [all …]
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/ |
H A D | UsbGadgetAidl.java | 54 public final IndentingPrintWriter mPw; field in UsbGadgetAidl 110 mPw = pw; in UsbGadgetAidl() 111 connectToProxy(mPw); in UsbGadgetAidl() 120 logAndPrintException(mPw, in getCurrentUsbFunctions() 135 logAndPrintException(mPw, in getUsbSpeed() 149 logAndPrintException(mPw, in reset() 167 logAndPrintException(mPw, in setCurrentUsbFunctions() 179 public IndentingPrintWriter mPw; field in UsbGadgetAidl.UsbGadgetCallback 189 mPw = pw; in UsbGadgetCallback() 228 logAndPrint(Log.INFO, mPw, "getUsbSpeedCb speed:" in getUsbSpeedCb() [all …]
|
H A D | UsbGadgetHidl.java | 58 private final IndentingPrintWriter mPw; field in UsbGadgetHidl 76 logAndPrint(Log.INFO, mPw, "USB Gadget HAL HIDL version: " + version); in getGadgetHalVersion() 82 private final IndentingPrintWriter mPw; field in UsbGadgetHidl.DeathRecipient 85 mPw = pw; in DeathRecipient() 91 logAndPrint(Log.ERROR, mPw, "Usb Gadget hal service died cookie: " + cookie); in serviceDied() 145 mPw = pw; in UsbGadgetHidl() 159 connectToProxy(mPw); in UsbGadgetHidl() 169 logAndPrintException(mPw, in getCurrentUsbFunctions() 186 logAndPrintException(mPw, "get UsbSpeed failed", e); in getUsbSpeed() 201 logAndPrintException(mPw, in reset() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerShellCommand.java | 887 mPw = pw; 897 mPw.flush(); 1573 mPw = pw; 1597 mPw.flush(); 1609 mPw.flush(); 1635 mPw.flush(); 1662 mPw.flush(); 1692 mPw.flush(); 1800 mPw.flush(); 1974 mPw = pw; [all …]
|
H A D | BroadcastDispatcher.java | 117 final PrintWriter mPw; field in BroadcastDispatcher.Dumper 128 mPw = pw; in Dumper() 157 mPw.println(); in dump() 161 mPw.println(" " + mHeading + " [" + mQueueName + "]:"); in dump() 163 mPw.println(mLabel + mOrdinal + ":"); in dump() 166 br.dump(mPw, " ", mSdf); in dump()
|