Home
last modified time | relevance | path

Searched refs:ActivationWarningFragment (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DAutomaticStorageManagementSwitchPreferenceControllerTest.java42 import com.android.settings.deletionhelper.ActivationWarningFragment;
155 verify(transaction).add(any(), eq(ActivationWarningFragment.TAG)); in togglingOnShouldTriggerWarningFragment()
165 verify(transaction, never()).add(any(), eq(ActivationWarningFragment.TAG)); in togglingOffShouldTriggerWarningFragment()
178 verify(transaction, never()).add(any(), eq(ActivationWarningFragment.TAG)); in togglingOnShouldNotTriggerWarningFragmentIfEnabledByDefault()
196 verify(transaction).add(any(), eq(ActivationWarningFragment.TAG)); in togglingOnShouldTriggerWarningFragmentIfEnabledByDefaultAndDisabledByPolicy()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DAutomaticStorageManagementSwitchPreferenceController.java30 import com.android.settings.deletionhelper.ActivationWarningFragment;
105 ActivationWarningFragment fragment = ActivationWarningFragment.newInstance(); in onSwitchToggled()
106 fragment.show(mFragmentManager, ActivationWarningFragment.TAG); in onSwitchToggled()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DAutomaticStorageManagementSwitchPreferenceController.java30 import com.android.car.developeroptions.deletionhelper.ActivationWarningFragment;
105 ActivationWarningFragment fragment = ActivationWarningFragment.newInstance(); in onSwitchToggled()
106 fragment.show(mFragmentManager, ActivationWarningFragment.TAG); in onSwitchToggled()
/packages/apps/Settings/src/com/android/settings/deletionhelper/
DActivationWarningFragment.java30 public class ActivationWarningFragment extends DialogFragment { class
33 public static ActivationWarningFragment newInstance() { in newInstance()
34 return new ActivationWarningFragment(); in newInstance()
DAutomaticStorageManagerSwitchBarController.java89 ActivationWarningFragment fragment = ActivationWarningFragment.newInstance(); in maybeShowWarning()
90 fragment.show(mFragmentManager, ActivationWarningFragment.TAG); in maybeShowWarning()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deletionhelper/
DActivationWarningFragment.java30 public class ActivationWarningFragment extends DialogFragment { class
33 public static ActivationWarningFragment newInstance() { in newInstance()
34 return new ActivationWarningFragment(); in newInstance()
DAutomaticStorageManagerSwitchBarController.java90 ActivationWarningFragment fragment = ActivationWarningFragment.newInstance(); in maybeShowWarning()
91 fragment.show(mFragmentManager, ActivationWarningFragment.TAG); in maybeShowWarning()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deletionhelper/
DAutomaticStorageManagerSwitchBarControllerTest.java108 .add(any(Fragment.class), eq(ActivationWarningFragment.TAG)); in onSwitchChanged_showWarningFragmentIfNotEnabledByDefault()
118 .add(any(Fragment.class), eq(ActivationWarningFragment.TAG)); in onSwitchChange_doNotShowWarningFragmentIfEnabledByDefault()
155 .add(any(Fragment.class), eq(ActivationWarningFragment.TAG)); in initializingSwitchDoesNotTriggerView()
/packages/apps/Settings/tests/robotests/assets/
Dgrandfather_not_implementing_instrumentable1 com.android.settings.deletionhelper.ActivationWarningFragment