Home
last modified time | relevance | path

Searched defs:shadowDialog (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/
H A DBatteryTipDialogFragmentTest.java141 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_highUsageTip_fireHighUsageDialog() local
155 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_restrictOneAppTip_fireRestrictOneAppDialog() local
177 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_restrictTwoAppsTip_fireRestrictTwoAppsDialog() local
207 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_restrictSixAppsTip_fireRestrictSixAppsDialog() local
226 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_unRestrictAppTip_fireUnRestrictDialog() local
242 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_summaryTip_fireDialog() local
258 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_defenderTip_fireDialog() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
H A DLocaleListEditorTest.java115 final ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in showRemoveLocaleWarningDialog_allLocaleSelected_shouldShowErrorDialog() local
137 final ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in showRemoveLocaleWarningDialog_mainLocaleSelected_shouldShowLocaleChangeDialog() local
159 final ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in showRemoveLocaleWarningDialog_mainLocaleNotSelected_shouldShowConfirmDialog() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
H A DButtonActionDialogFragmentTest.java84 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_forceStopDialog() local
105 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_disableDialog() local
125 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_specialDisableDialog() local
H A DInstantAppButtonDialogFragmentTest.java82 final ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in onCreateDialog_clearAppDialog_shouldShowClearAppDataConfirmation() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
H A DPreferredSimDialogFragmentTest.java83 final ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(alertDialog); in onCreateDialog_twoSimsSelectFirst_correctMessage() local
96 final ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(alertDialog); in onCreateDialog_twoSimsSelectSecond_correctMessage() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DRestrictedAppDetailsTest.java174 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in createDialogFragment_toRestrict_createRestrictDialog() local
187 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in createDialogFragment_toUnrestrict_createUnrestrictDialog() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DForgetDeviceDialogFragmentTest.java109 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in createDialog_normalDevice_showNormalMessage() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DDevelopmentSettingsDashboardFragmentTest.java203 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in onSwitchChanged_turnOff_andOffloadIsNotDefaultValue_shouldShowWarningDialog() local