Home
last modified time | relevance | path

Searched defs:pw (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java50 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
69 try (final PrintWriter pw = getOutPrintWriter();) { in onHelp()
131 private int requestGet(PrintWriter pw) { in requestGet()
154 private int requestSet(PrintWriter pw) { in requestSet()
178 private int getLogLevel(PrintWriter pw) { in getLogLevel()
196 private int setLogLevel(PrintWriter pw) { in setLogLevel()
214 private int getMaxPartitions(PrintWriter pw) { in getMaxPartitions()
224 private int getMaxVisibileDatasets(PrintWriter pw) { in getMaxVisibileDatasets()
234 private int getFieldClassificationScore(PrintWriter pw) { in getFieldClassificationScore()
260 private int getFullScreenMode(PrintWriter pw) { in getFullScreenMode()
[all …]
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerServiceShellCommand.java48 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
65 try (PrintWriter pw = getOutPrintWriter();) { in onHelp()
95 private int requestGet(PrintWriter pw) { in requestGet()
108 private int requestSet(PrintWriter pw) { in requestSet()
124 private int getBindInstantService(PrintWriter pw) { in getBindInstantService()
133 private int setBindInstantService(PrintWriter pw) { in setBindInstantService()
148 private int setTemporaryService(PrintWriter pw) { in setTemporaryService()
162 private int setDefaultServiceEnabled(PrintWriter pw) { in setDefaultServiceEnabled()
172 private int getDefaultServiceEnabled(PrintWriter pw) { in getDefaultServiceEnabled()
179 private int requestDestroy(PrintWriter pw) { in requestDestroy()
[all …]
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DIndentingPrintWriterTest.java41 final IndentingPrintWriter pw = new IndentingPrintWriter(mWriter, " "); in testMultipleIndents() local
63 final IndentingPrintWriter pw = new IndentingPrintWriter(mWriter, " "); in testAdjustIndentAfterNewline() local
74 final IndentingPrintWriter pw = new IndentingPrintWriter(mWriter, "", 10); in testWrapping() local
86 final IndentingPrintWriter pw = new IndentingPrintWriter(mWriter, " ", 10); in testWrappingIndented() local
100 final IndentingPrintWriter pw = new IndentingPrintWriter(mWriter, " ", 10); in testWrappingEmbeddedNewlines() local
111 final IndentingPrintWriter pw = new IndentingPrintWriter(mWriter, " ", 10); in testWrappingSingleGiant() local
122 final IndentingPrintWriter pw = new IndentingPrintWriter(mWriter, " ", 10); in testWrappingPrefixedGiant() local
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerShellCommand.java44 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
95 PrintWriter pw; in printError() local
131 private int runJob(PrintWriter pw) throws Exception { in runJob()
179 private int timeout(PrintWriter pw) throws Exception { in timeout()
214 private int cancelJob(PrintWriter pw) throws Exception { in cancelJob()
250 private int monitorBattery(PrintWriter pw) throws Exception { in monitorBattery()
273 private int getBatterySeq(PrintWriter pw) { in getBatterySeq()
279 private int getBatteryCharging(PrintWriter pw) { in getBatteryCharging()
285 private int getBatteryNotLow(PrintWriter pw) { in getBatteryNotLow()
291 private int getStorageSeq(PrintWriter pw) { in getStorageSeq()
[all …]
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerShellCommand.java48 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
72 final PrintWriter pw = getOutPrintWriter(); in onHelp() local
108 final PrintWriter pw = getOutPrintWriter(); in runGet() local
123 final PrintWriter pw = getOutPrintWriter(); in runSet() local
142 final PrintWriter pw = getOutPrintWriter(); in runList() local
163 final PrintWriter pw = getOutPrintWriter(); in runAdd() local
182 final PrintWriter pw = getOutPrintWriter(); in runRemove() local
206 final PrintWriter pw = getOutPrintWriter(); in listUidList() local
232 final PrintWriter pw = getOutPrintWriter(); in listAppIdleWhitelist() local
238 final PrintWriter pw = getOutPrintWriter(); in getRestrictBackground() local
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerShellCommand.java58 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
106 private void printInitialDisplaySize(PrintWriter pw , int displayId) { in printInitialDisplaySize()
124 private int runDisplaySize(PrintWriter pw) throws RemoteException { in runDisplaySize()
161 private void printInitialDisplayDensity(PrintWriter pw , int displayId) { in printInitialDisplayDensity()
176 private int runDisplayDensity(PrintWriter pw) throws RemoteException { in runDisplayDensity()
212 private void printFoldedArea(PrintWriter pw) { in printFoldedArea()
222 private int runDisplayFoldedArea(PrintWriter pw) { in runDisplayFoldedArea()
246 private int runDisplayOverscan(PrintWriter pw) throws RemoteException { in runDisplayOverscan()
270 private int runDisplayScaling(PrintWriter pw) throws RemoteException { in runDisplayScaling()
285 private int runDismissKeyguard(PrintWriter pw) throws RemoteException { in runDismissKeyguard()
[all …]
DWindowTracing.java91 void startTrace(@Nullable PrintWriter pw) { in startTrace()
108 void stopTrace(@Nullable PrintWriter pw) { in stopTrace()
117 void stopTrace(@Nullable PrintWriter pw, boolean writeToFile) { in stopTrace()
137 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel()
157 private void setLogFrequency(boolean onFrame, PrintWriter pw) { in setLogFrequency()
163 private void setBufferCapacity(int capacity, PrintWriter pw) { in setBufferCapacity()
173 PrintWriter pw = shell.getOutPrintWriter(); in onShellCommand() local
216 setBufferCapacity(Integer.parseInt(shell.getNextArgRequired()) * 1024, pw); in onShellCommand() local
322 private void logAndPrintln(@Nullable PrintWriter pw, String msg) { in logAndPrintln()
/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateServiceShellCommand.java37 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
56 final PrintWriter pw = getOutPrintWriter(); in setWebViewImplementation() local
77 final PrintWriter pw = getOutPrintWriter(); in enableMultiProcess() local
84 PrintWriter pw = getOutPrintWriter(); in helpSetWebViewImplementation() local
91 PrintWriter pw = getOutPrintWriter(); in onHelp() local
/frameworks/base/core/java/android/util/
DLocalLog.java79 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
83 public synchronized void dump(PrintWriter pw) { in dump()
90 public synchronized void reverseDump(FileDescriptor fd, PrintWriter pw, String[] args) { in reverseDump()
94 public synchronized void reverseDump(PrintWriter pw) { in reverseDump()
107 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
110 public void dump(PrintWriter pw) { in dump()
113 public void reverseDump(FileDescriptor fd, PrintWriter pw, String[] args) { in reverseDump()
116 public void reverseDump(PrintWriter pw) { in reverseDump()
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DContentSuggestionsManagerServiceShellCommand.java44 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
57 try (PrintWriter pw = getOutPrintWriter()) { in onHelp()
75 private int requestSet(PrintWriter pw) { in requestSet()
89 private int requestGet(PrintWriter pw) { in requestGet()
100 private int setTemporaryService(PrintWriter pw) { in setTemporaryService()
121 private int getDefaultServiceEnabled(PrintWriter pw) { in getDefaultServiceEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIService.java69 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
75 dumpServices(((SystemUIApplication) getApplication()).getServices(), fd, pw, args); in dump() local
80 SystemUI[] services, FileDescriptor fd, PrintWriter pw, String[] args) { in dumpServices()
106 private void dumpConfig(@NonNull PrintWriter pw) { in dumpConfig()
116 private void dumpConfig(@NonNull PrintWriter pw, @NonNull String type, int resId) { in dumpConfig()
DSystemUISecondaryUserService.java40 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
42 ((SystemUIApplication) getApplication()).getServices(), fd, pw, args); in dump() local
/frameworks/base/core/java/com/android/internal/app/procstats/
DDumpUtils.java169 public static void printScreenLabel(PrintWriter pw, int offset) { in printScreenLabel()
186 public static void printScreenLabelCsv(PrintWriter pw, int offset) { in printScreenLabelCsv()
202 public static void printMemLabel(PrintWriter pw, int offset, char sep) { in printMemLabel()
231 public static void printMemLabelCsv(PrintWriter pw, int offset) { in printMemLabelCsv()
241 public static void printPercent(PrintWriter pw, double fraction) { in printPercent()
253 public static void printProcStateTag(PrintWriter pw, int state) { in printProcStateTag()
267 public static void printAdjTag(PrintWriter pw, int state) { in printAdjTag()
288 public static void printProcStateTagAndValue(PrintWriter pw, int state, long value) { in printProcStateTagAndValue()
295 public static void printAdjTagAndValue(PrintWriter pw, int state, long value) { in printAdjTagAndValue()
302 public static long dumpSingleTime(PrintWriter pw, String prefix, long[] durations, in dumpSingleTime()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DOtaDexoptShellCommand.java39 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
75 final PrintWriter pw = getOutPrintWriter(); in runOtaDone() local
96 final PrintWriter pw = getOutPrintWriter(); in runOtaProgress() local
106 final PrintWriter pw = getOutPrintWriter(); in onHelp() local
DPackageManagerShellCommand.java154 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
311 final PrintWriter pw = getOutPrintWriter(); in runGetModuleInfo() local
348 final PrintWriter pw = getOutPrintWriter(); in uninstallSystemUpdates() local
389 final PrintWriter pw = getOutPrintWriter(); in runRollbackApp() local
469 final PrintWriter pw = getOutPrintWriter(); in displayPackageFilePath() local
499 final PrintWriter pw = getOutPrintWriter(); in runList() local
532 final PrintWriter pw = getOutPrintWriter(); in runListFeatures() local
565 final PrintWriter pw = getOutPrintWriter(); in runListInstrumentation() local
619 final PrintWriter pw = getOutPrintWriter(); in runListLibraries() local
646 final PrintWriter pw = getOutPrintWriter(); in runListPackages() local
[all …]
/frameworks/base/services/core/java/com/android/server/net/watchlist/
DNetworkWatchlistShellCommand.java50 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
70 final PrintWriter pw = getOutPrintWriter(); in runSetTestConfig() local
89 final PrintWriter pw = getOutPrintWriter(); in runForceGenerateReport() local
112 final PrintWriter pw = getOutPrintWriter(); in onHelp() local
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerShellCommand.java41 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
63 final PrintWriter pw = getOutPrintWriter(); in runSetMode() local
77 final PrintWriter pw = getOutPrintWriter(); in onHelp() local
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java314 @NonNull IndentingPrintWriter pw) { in enableContaminantDetection()
348 IndentingPrintWriter pw) { in setPortRoles()
481 public void addSimulatedPort(String portId, int supportedModes, IndentingPrintWriter pw) { in addSimulatedPort()
498 int dataRole, boolean canChangeDataRole, IndentingPrintWriter pw) { in connectSimulatedPort()
538 IndentingPrintWriter pw) { in simulateContaminantStatus()
555 public void disconnectSimulatedPort(String portId, IndentingPrintWriter pw) { in disconnectSimulatedPort()
574 public void removeSimulatedPort(String portId, IndentingPrintWriter pw) { in removeSimulatedPort()
588 public void resetSimulation(IndentingPrintWriter pw) { in resetSimulation()
617 public IndentingPrintWriter pw; field in UsbPortManager.HALCallback
620 HALCallback(IndentingPrintWriter pw, UsbPortManager portManager) { in HALCallback()
[all …]
/frameworks/base/core/java/com/android/internal/util/
DDumpUtils.java62 public static void dumpAsync(Handler handler, final Dump dump, PrintWriter pw, in dumpAsync()
80 void dump(PrintWriter pw, String prefix); in dump()
83 private static void logMessage(PrintWriter pw, String msg) { in logMessage()
94 public static boolean checkDumpPermission(Context context, String tag, PrintWriter pw) { in checkDumpPermission()
114 public static boolean checkUsageStatsPermission(Context context, String tag, PrintWriter pw) { in checkUsageStatsPermission()
169 PrintWriter pw) { in checkDumpAndUsageStatsPermission()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorShellCommand.java51 final PrintWriter pw = getOutPrintWriter(); in runSuggestTelephonyTimeZone() local
77 final PrintWriter pw = getOutPrintWriter(); in runSuggestManualTimeZone() local
104 final PrintWriter pw = getOutPrintWriter(); in onHelp() local
/frameworks/base/services/core/java/com/android/server/utils/
DPriorityDump.java139 public static void dump(PriorityDumper dumper, FileDescriptor fd, PrintWriter pw, in dump()
220 default void dumpCritical(FileDescriptor fd, PrintWriter pw, String[] args, in dumpCritical()
228 default void dumpHigh(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpHigh()
235 default void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal()
247 default void dump(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dump()
/frameworks/base/services/core/java/com/android/server/
DDiskStatsService.java69 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
122 reportFreeSpace(Environment.getDataDirectory(), "Data", pw, proto, in dump() local
124 reportFreeSpace(Environment.getDownloadCacheDirectory(), "Cache", pw, proto, in dump() local
159 private void reportFreeSpace(File path, String name, PrintWriter pw, in reportFreeSpace()
209 private void reportCachedValues(PrintWriter pw) { in reportCachedValues()
307 private void reportDiskWriteSpeed(PrintWriter pw) { in reportDiskWriteSpeed()
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastFilter.java60 public void dump(PrintWriter pw, String prefix) { in dump()
65 public void dumpBrief(PrintWriter pw, String prefix) { in dumpBrief()
69 public void dumpInReceiverList(PrintWriter pw, Printer pr, String prefix) { in dumpInReceiverList()
74 void dumpBroadcastFilterState(PrintWriter pw, String prefix) { in dumpBroadcastFilterState()
DAppTimeTracker.java99 public void dumpWithHeader(PrintWriter pw, String prefix, boolean details) { in dumpWithHeader()
106 public void dump(PrintWriter pw, String prefix, boolean details) { in dump()
114 TimeUtils.formatDuration(mPackageTimes.valueAt(i).value, pw); in dump() local
119 TimeUtils.formatDuration(SystemClock.elapsedRealtime(), mStartedTime, pw); in dump() local
/frameworks/base/services/core/java/com/android/server/content/
DContentShellCommand.java38 final PrintWriter pw = getOutPrintWriter(); in onCommand() local
59 final PrintWriter pw = getOutPrintWriter(); in onHelp() local

12345678910>>...33