/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 557 public void dump(Printer pw, String prefix) { method in class:ActivityInfo
|
ApplicationInfo.java | 478 public void dump(Printer pw, String prefix) { method in class:ApplicationInfo
|
/frameworks/base/core/java/android/net/ |
NetworkStats.java | 639 public void dump(String prefix, PrintWriter pw) { method in class:NetworkStats 683 dump("", new PrintWriter(writer));
|
/frameworks/base/core/java/android/os/ |
Binder.java | 54 * Control whether dump() calls are allowed. 235 * Control disabling of dump calls in this process. This is used by the system 236 * process watchdog to disable incoming dump calls while it has detecting the system 241 * @param msg The message to show instead of the dump; if null, dumps are 266 dump(fd.getFileDescriptor(), args); 288 * {@link #dump(FileDescriptor, PrintWriter, String[])}. 290 public void dump(FileDescriptor fd, String[] args) { method in class:Binder 300 dump(fd, pw, args); method 306 // back to us we want to print it back in to the dump data, since 322 * Like {@link #dump(FileDescriptor, String[])}, but ensures the targe 348 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:Binder 448 public void dump(FileDescriptor fd, String[] args) throws RemoteException { method in class:BinderProxy [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
PowerUI.java | 311 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PowerUI
|
/frameworks/base/services/java/com/android/server/am/ |
PendingIntentRecord.java | 327 void dump(PrintWriter pw, String prefix) { method in class:PendingIntentRecord
|
ProviderMap.java | 255 r.dump(pw, " ", dumpAll); 390 r.dump(pw, innerPrefix, true);
|
/frameworks/base/services/java/com/android/server/display/ |
OverlayDisplayWindow.java | 47 final class OverlayDisplayWindow implements DumpUtils.Dump { 156 public void dump(PrintWriter pw) { method in class:OverlayDisplayWindow
|
/frameworks/base/services/java/com/android/server/dreams/ |
DreamManagerService.java | 88 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DreamManagerService 89 if (mContext.checkCallingOrSelfPermission("android.permission.DUMP") 91 pw.println("Permission Denial: can't dump DreamManager from pid=" 106 DumpUtils.dumpAsync(mHandler, new DumpUtils.Dump() { 108 public void dump(PrintWriter pw) { 109 mController.dump(pw);
|
/frameworks/base/services/java/com/android/server/location/ |
GeofenceManager.java | 413 public void dump(PrintWriter pw) { method in class:GeofenceManager
|
/frameworks/base/services/java/com/android/server/search/ |
Searchables.java | 454 void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:Searchables
|
/frameworks/base/services/java/com/android/server/wm/ |
AppWindowAnimator.java | 289 void dump(PrintWriter pw, String prefix, boolean dumpAll) { method in class:AppWindowAnimator
|
TaskStack.java | 296 public void dump(String prefix, PrintWriter pw) { method in class:TaskStack
|
/frameworks/base/tools/aapt/ |
ZipFile.cpp | 272 //mEOCD.dump(); 1289 void ZipFile::EndOfCentralDir::dump(void) const function in class:ZipFile::EndOfCentralDir [all...] |
/frameworks/native/libs/binder/ |
MemoryDealer.cpp | 135 void dump(const char* what) const; 136 void dump(String8& res, const char* what) const; 254 void MemoryDealer::dump(const char* what) const function in class:android::MemoryDealer 256 allocator()->dump(what); 408 void SimpleBestFitAllocator::dump(const char* what) const function in class:android::SimpleBestFitAllocator 421 void SimpleBestFitAllocator::dump(String8& result, function in class:android::SimpleBestFitAllocator
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.cpp | 459 void DisplayDevice::dump(String8& result) const { function in class:DisplayDevice 479 mDisplaySurface->dump(surfaceDump);
|
/hardware/libhardware/include/hardware/ |
camera2.h | 797 int (*dump)(const struct camera2_device *, int fd); member in struct:camera2_device_ops [all...] |
hwcomposer.h | 576 void (*dump)(struct hwc_composer_device_1* dev, char *buff, int buff_len); member in struct:hwc_composer_device_1
|
/hardware/libhardware/modules/camera/ |
Camera.cpp | 640 void Camera::dump(int fd) function in class:default_camera_hal::Camera 689 static void dump(const camera3_device_t *dev, int fd) function 691 camdev_to_camera(dev)->dump(fd); 704 .dump = default_camera_hal::dump
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.cpp | 1405 status_t AudioHardwareALSA::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioHardwareALSA [all...] |
/frameworks/base/core/java/android/app/ |
FragmentManager.java | 332 * @param fd The raw file descriptor that the dump is being sent to. 333 * @param writer A PrintWriter to which the dump is to be set. 334 * @param args Additional arguments to the dump request. 336 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); method in class:FragmentManager 454 mActivity.dump(" ", null, pw, new String[] { }); 462 dump(" ", null, pw, new String[] { }); 622 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:FragmentManagerImpl 637 f.dump(innerPrefix, fd, writer, args); 675 bs.dump(innerPrefix, fd, writer, args); [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | 2046 private void dump(Printer printer, boolean verbose) { method in class:SQLiteDatabase [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsBackupAgent.java | 188 public void dump() { method in class:SettingsBackupAgent.Network 267 public void dump() { method in class:SettingsBackupAgent.WifiNetworkSettings 269 net.dump(); [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentManager.java | 333 * @param fd The raw file descriptor that the dump is being sent to. 334 * @param writer A PrintWriter to which the dump is to be set. 335 * @param args Additional arguments to the dump request. 337 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); method in class:FragmentManager 451 mActivity.dump(" ", null, pw, new String[] { }); 457 dump(" ", null, pw, new String[] { }); 615 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:FragmentManagerImpl 630 f.dump(innerPrefix, fd, writer, args); 668 bs.dump(innerPrefix, fd, writer, args); [all...] |
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-gradle/4.9/ |
proguard-gradle-4.9.jar | |