Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DBugreportManager.java222 @NonNull ParcelFileDescriptor bugreportFd, in startBugreport()
228 Preconditions.checkNotNull(bugreportFd); in startBugreport()
248 bugreportFd.getFileDescriptor(), in startBugreport()
260 IoUtils.closeQuietly(bugreportFd); in startBugreport()
298 @NonNull ParcelFileDescriptor bugreportFd, in retrieveBugreport() argument
304 Preconditions.checkNotNull(bugreportFd); in retrieveBugreport()
309 bugreportFd.getFileDescriptor(), in retrieveBugreport()
315 IoUtils.closeQuietly(bugreportFd); in retrieveBugreport()
351 @NonNull ParcelFileDescriptor bugreportFd, in startConnectivityBugreport()
355 bugreportFd, in startConnectivityBugreport()
/aosp14/frameworks/base/services/core/java/com/android/server/os/
H A DBugreportManagerServiceImpl.java196 FileDescriptor bugreportFd, FileDescriptor screenshotFd, in startBugreport() argument
200 Objects.requireNonNull(bugreportFd); in startBugreport()
217 startBugreportLocked(callingUid, callingPackage, bugreportFd, screenshotFd, in startBugreport()
251 FileDescriptor bugreportFd, String bugreportFile, IDumpstateListener listener) { in retrieveBugreport() argument
286 ds.retrieveBugreport(callingUid, callingPackage, bugreportFd, in retrieveBugreport()
457 FileDescriptor bugreportFd, FileDescriptor screenshotFd, in startBugreportLocked() argument
495 ds.startBugreport(callingUid, callingPackage, bugreportFd, screenshotFd, bugreportMode, in startBugreportLocked()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java648 ParcelFileDescriptor bugreportFd = info.getBugreportFd(); in startBugreportAPI() local
649 if (bugreportFd == null) { in startBugreportAPI()
661 FileUtils.closeQuietly(bugreportFd); in startBugreportAPI()
670 + " bugreport file fd: " + bugreportFd in startBugreportAPI()
676 mBugreportManager.startBugreport(bugreportFd, screenshotFd, in startBugreportAPI()
684 FileUtils.closeQuietly(bugreportFd); in startBugreportAPI()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...