Home
last modified time | relevance | path

Searched refs:FLAG_ALLOW_CONSENTLESS_BUGREPORT (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DIncidentManager.java124 public static final int FLAG_ALLOW_CONSENTLESS_BUGREPORT = 0x2; field in IncidentManager
129 FLAG_ALLOW_CONSENTLESS_BUGREPORT,
/aosp14/frameworks/base/services/core/java/com/android/server/incident/
H A DPendingReports.java312 && (flags & IncidentManager.FLAG_ALLOW_CONSENTLESS_BUGREPORT) != 0) { in authorizeReportImpl()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt10591 field public static final int FLAG_ALLOW_CONSENTLESS_BUGREPORT = 2; // 0x2