Searched refs:mBugReportInPowerController (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java365 private BugReportInPowerPreferenceController mBugReportInPowerController; field in class:DevelopmentSettings
404 mBugReportInPowerController = new BugReportInPowerPreferenceController(getActivity());
438 mBugReportInPowerController.displayPreference(getPreferenceScreen());
660 mBugReportInPowerController.enablePreference(enabled);
795 mHaveDebugSettings |= mBugReportInPowerController.updatePreference();
869 mBugReportInPowerController.resetPreference();
1090 mBugReportInPowerController.updateBugreportOptions();
2451 if (mBugReportInPowerController.handlePreferenceTreeClick(preference)) {

Completed in 39 milliseconds