Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppInfoBase.java171 DialogFragment newFragment = MyAlertDialogFragment.newInstance(id, moveErrorCode); in showDialogInner()
238 public static class MyAlertDialogFragment extends InstrumentedDialogFragment { class in AppInfoBase
258 public static MyAlertDialogFragment newInstance(int id, int errorCode) { in newInstance()
259 MyAlertDialogFragment dialogFragment = new MyAlertDialogFragment(); in newInstance()
DRunningServiceDetails.java559 DialogFragment newFragment = MyAlertDialogFragment.newConfirmStop(
565 public static class MyAlertDialogFragment extends InstrumentedDialogFragment {
567 public static MyAlertDialogFragment newConfirmStop(int id, ComponentName comp) {
568 MyAlertDialogFragment frag = new MyAlertDialogFragment();
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputSetupActivity.java45 DialogFragment newFragment = new MyAlertDialogFragment(); in onCreate()
62 public static class MyAlertDialogFragment extends DialogFragment { class in TestTvInputSetupActivity