Searched refs:fd (Results 251 - 275 of 1007) sorted by last modified time

<<11121314151617181920>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java452 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DPanelView.java1181 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DStatusBar.java3353 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
3408 mNotificationPanel.dump(fd, pw, args);
3436 mGestureRec.dump(fd, pw, args);
3440 mHeadsUpManager.dump(fd, pw, args);
3445 mGroupManager.dump(fd, pw, args);
3450 mLightBarController.dump(fd, pw, args);
3453 KeyguardUpdateMonitor.getInstance(mContext).dump(fd, pw, args);
H A DStatusBarIconControllerImpl.java203 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DStatusBarWindowManager.java379 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessibilityController.java52 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DBatteryController.java31 void dump(FileDescriptor fd, PrintWriter pw, String[] args); argument
H A DBatteryControllerImpl.java77 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DBluetoothControllerImpl.java81 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DCastControllerImpl.java71 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DFlashlightControllerImpl.java245 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DHeadsUpManager.java428 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DHotspotControllerImpl.java60 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DNetworkControllerImpl.java686 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DNextAlarmControllerImpl.java49 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DSecurityControllerImpl.java116 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DUserSwitcherController.java627 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeComponent.java30 void dump(FileDescriptor fd, PrintWriter pw, String[] args); argument
H A DVolumeDialogComponent.java176 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DVolumeDialogControllerImpl.java197 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DVolumeUI.java62 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
65 getVolumeComponent().dump(fd, pw, args);
H A DZenModePanel.java156 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
170 mTransitionHelper.dump(fd, pw, args);
1104 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DBaseLeakChecker.java49 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DFakeBatteryController.java38 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java202 public static void closeSilently(ParcelFileDescriptor fd) { argument
204 if (fd != null) fd.close();

Completed in 174 milliseconds

<<11121314151617181920>>