HomeSort by relevance Sort by last modified time
    Searched refs:MyAlertDialogFragment (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentAlertDialog.java 57 DialogFragment newFragment = MyAlertDialogFragment.newInstance(
74 public static class MyAlertDialogFragment extends DialogFragment {
76 public static MyAlertDialogFragment newInstance(int title) {
77 MyAlertDialogFragment frag = new MyAlertDialogFragment();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentAlertDialogSupport.java 58 DialogFragment newFragment = MyAlertDialogFragment.newInstance(
75 public static class MyAlertDialogFragment extends DialogFragment {
77 public static MyAlertDialogFragment newInstance(int title) {
78 MyAlertDialogFragment frag = new MyAlertDialogFragment();
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 553 DialogFragment newFragment = MyAlertDialogFragment.newConfirmStop(
559 public static class MyAlertDialogFragment extends DialogFragment {
561 public static MyAlertDialogFragment newConfirmStop(int id, ComponentName comp) {
562 MyAlertDialogFragment frag = new MyAlertDialogFragment();
InstalledAppDetails.java     [all...]

Completed in 404 milliseconds