HomeSort by relevance Sort by last modified time
    Searched refs:MyAlertDialogFragment (Results 1 - 5 of 5) 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/OMA-DM/DMService/src/com/android/omadm/service/
DMSessionConfirmAlertActivity.java 52 public static class MyAlertDialogFragment extends DialogFragment {
54 public static MyAlertDialogFragment newInstance() {
55 MyAlertDialogFragment frag = new MyAlertDialogFragment();
117 DialogFragment newFragment = MyAlertDialogFragment.newInstance();
  /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 184 milliseconds