Home | History | Annotate | Download | only in policy

Lines Matching defs:mEnableShiftMenuBugReports

488     boolean mEnableShiftMenuBugReports = false;
2082 mEnableShiftMenuBugReports = "1".equals(SystemProperties.get("ro.debuggable"));
3735 if (mEnableShiftMenuBugReports && (metaState & chordBug) == chordBug) {