Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DRebootWithMteDialog.java34 public class RebootWithMteDialog extends InstrumentedDialogFragment class
40 public RebootWithMteDialog(Context context) { in RebootWithMteDialog() method in RebootWithMteDialog
47 RebootWithMteDialog dialog = new RebootWithMteDialog(context); in show()
DRebootWithMtePreferenceController.java81 RebootWithMteDialog.show(mContext, mFragment); in handlePreferenceTreeClick()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DRebootWithMteDialogTest.java40 private RebootWithMteDialog mDialog;
46 mDialog = new RebootWithMteDialog(mContext); in setup()