Searched refs:ConfirmationFragment (Results 1 – 6 of 6) sorted by relevance
39 ConfirmationFragment.prepareArgs(getExtras(), mEntry.info.packageName); in ClearCachePreference()62 return ConfirmationFragment.class.getName(); in getFragment()65 public static class ConfirmationFragment extends AppActionPreference.ConfirmationFragment { class in ClearCachePreference
39 ConfirmationFragment.prepareArgs(getExtras(), mEntry.info.packageName); in ClearDataPreference()61 return ConfirmationFragment.class.getName(); in getFragment()64 public static class ConfirmationFragment extends AppActionPreference.ConfirmationFragment { class in ClearDataPreference
77 ConfirmationFragment.prepareArgs(getExtras(), mEntry.info.packageName, false); in refresh()85 ConfirmationFragment.prepareArgs(getExtras(), mEntry.info.packageName, true); in refresh()149 return ConfirmationFragment.class.getName(); in getFragment()152 public static class ConfirmationFragment extends AppActionPreference.ConfirmationFragment { class in EnableDisablePreference
50 ConfirmationFragment.prepareArgs(getExtras(), mEntry.info.packageName); in ClearDefaultsPreference()66 return ConfirmationFragment.class.getName(); in getFragment()69 public static class ConfirmationFragment extends AppActionPreference.ConfirmationFragment { class in ClearDefaultsPreference
46 ConfirmationFragment.prepareArgs(getExtras(), mEntry.info.packageName); in ForceStopPreference()96 return ConfirmationFragment.class.getName(); in getFragment()99 public static class ConfirmationFragment extends AppActionPreference.ConfirmationFragment { class in ForceStopPreference
53 public abstract static class ConfirmationFragment extends GuidedStepSupportFragment { class in AppActionPreference