Home
last modified time | relevance | path

Searched refs:bugreportFd (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
DBugreportManager.java224 @NonNull ParcelFileDescriptor bugreportFd, in startBugreport()
230 Preconditions.checkNotNull(bugreportFd); in startBugreport()
250 bugreportFd.getFileDescriptor(), in startBugreport()
263 IoUtils.closeQuietly(bugreportFd); in startBugreport()
302 @NonNull ParcelFileDescriptor bugreportFd, in retrieveBugreport() argument
308 Preconditions.checkNotNull(bugreportFd); in retrieveBugreport()
314 bugreportFd.getFileDescriptor(), in retrieveBugreport()
322 IoUtils.closeQuietly(bugreportFd); in retrieveBugreport()
358 @NonNull ParcelFileDescriptor bugreportFd, in startConnectivityBugreport()
362 bugreportFd, in startConnectivityBugreport()
/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstate.aidl97 FileDescriptor bugreportFd, FileDescriptor screenshotFd, in startBugreport() argument
131 FileDescriptor bugreportFd, in retrieveBugreport() argument
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java488 FileDescriptor bugreportFd, FileDescriptor screenshotFd, in startBugreport() argument
492 Objects.requireNonNull(bugreportFd); in startBugreport()
516 bugreportFd, in startBugreport()
541 bugreportFd, in startBugreport()
580 FileDescriptor bugreportFd, String bugreportFile, in retrieveBugreport() argument
629 ds.retrieveBugreport(callingUid, callingPackage, userId, bugreportFd, in retrieveBugreport()
807 FileDescriptor bugreportFd, FileDescriptor screenshotFd, in startBugreportLocked() argument
852 ds.startBugreport(callingUid, callingPackage, bugreportFd, screenshotFd, bugreportMode, in startBugreportLocked()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java697 ParcelFileDescriptor bugreportFd = info.getBugreportFd(); in startBugreportAPI() local
698 if (bugreportFd == null) { in startBugreportAPI()
710 FileUtils.closeQuietly(bugreportFd); in startBugreportAPI()
719 + " bugreport file fd: " + bugreportFd in startBugreportAPI()
725 mBugreportManager.startBugreport(bugreportFd, screenshotFd, in startBugreportAPI()
733 FileUtils.closeQuietly(bugreportFd); in startBugreportAPI()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...