OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BugReportInPowerPreferenceController
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/development/
BugReportInPowerPreferenceController.java
29
public class
BugReportInPowerPreferenceController
extends
42
public
BugReportInPowerPreferenceController
(Context context) {
DevelopmentSettingsDashboardFragment.java
397
controllers.add(new
BugReportInPowerPreferenceController
(context));
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
BugReportInPowerPreferenceControllerTest.java
19
import static com.android.settings.development.
BugReportInPowerPreferenceController
.SETTING_VALUE_OFF;
20
import static com.android.settings.development.
BugReportInPowerPreferenceController
.SETTING_VALUE_ON;
55
private
BugReportInPowerPreferenceController
mController;
63
mController = new
BugReportInPowerPreferenceController
(mContext);
Completed in 355 milliseconds