Home
last modified time | relevance | path

Searched refs:bugreportFlags (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java489 int bugreportMode, int bugreportFlags, IDumpstateListener listener, in startBugreport() argument
495 validateBugreportFlags(bugreportFlags); in startBugreport()
519 bugreportFlags, in startBugreport()
544 bugreportFlags, in startBugreport()
808 int bugreportMode, int bugreportFlags, IDumpstateListener listener, in startBugreportLocked() argument
817 if ((bugreportFlags & BugreportParams.BUGREPORT_FLAG_USE_PREDUMPED_UI_DATA) != 0) { in startBugreportLocked()
819 bugreportFlags = clearBugreportFlag(bugreportFlags, in startBugreportLocked()
824 bugreportFlags = clearBugreportFlag(bugreportFlags, in startBugreportLocked()
832 (bugreportFlags & BugreportParams.BUGREPORT_FLAG_DEFER_CONSENT) != 0; in startBugreportLocked()
835 (bugreportFlags & BugreportParams.BUGREPORT_FLAG_KEEP_BUGREPORT_ON_RETRIEVAL) != 0; in startBugreportLocked()
[all …]
/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstate.aidl98 int bugreportMode, int bugreportFlags, in startBugreport() argument