Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstate.aidl100 boolean skipUserConsent); in startBugreport() argument
134 boolean skipUserConsent, in retrieveBugreport() argument
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java613 boolean skipUserConsent = mBugreportFileManager.canSkipConsentScreen( in retrieveBugreport()
619 !skipUserConsent, /* isDeferredReport = */ true); in retrieveBugreport()
630 bugreportFile, keepBugreportOnRetrieval, skipUserConsent, myListener); in retrieveBugreport()
843 boolean skipUserConsent = mBugreportFileManager.canSkipConsentScreen( in startBugreportLocked()
848 !isDeferredConsentReport && !skipUserConsent, in startBugreportLocked()
853 bugreportFlags, myListener, isScreenshotRequested, skipUserConsent); in startBugreportLocked()