Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DConfig.java67 private static final String PROP_FORCE_ENABLE = "android.car.bugreport.force_enable"; field in Config
95 return Build.IS_DEBUGGABLE || SystemProperties.getBoolean(PROP_FORCE_ENABLE, false); in isBugReportEnabled()