Home
last modified time | relevance | path

Searched refs:ShadowAlertDialogCompat (Results 1 – 25 of 53) sorted by relevance

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/
DBatteryTipDialogFragmentTest.java39 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
59 @Config(shadows = {ShadowUtils.class, ShadowAlertDialogCompat.class})
138 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in testOnCreateDialog_highUsageTip_fireHighUsageDialog()
139 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_highUsageTip_fireHighUsageDialog()
155 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in testOnCreateDialog_restrictOneAppTip_fireRestrictOneAppDialog()
156 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_restrictOneAppTip_fireRestrictOneAppDialog()
179 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in testOnCreateDialog_restrictTwoAppsTip_fireRestrictTwoAppsDialog()
180 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_restrictTwoAppsTip_fireRestrictTwoAppsDialog()
212 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in testOnCreateDialog_restrictSixAppsTip_fireRestrictSixAppsDialog()
213 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_restrictSixAppsTip_fireRestrictSixAppsDialog()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DRequestPermissionActivityTest.kt20 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat
33 @Config(shadows = [ShadowAlertDialogCompat::class, ShadowBluetoothAdapter::class])
46 ShadowAlertDialogCompat.reset() in tearDown()
55 val dialog = ShadowAlertDialogCompat.getLatestAlertDialog() in requestEnable_whenBluetoothIsOff_showConfirmDialog()
56 val shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog) in requestEnable_whenBluetoothIsOff_showConfirmDialog()
67 val dialog = ShadowAlertDialogCompat.getLatestAlertDialog() in requestEnable_whenBluetoothIsOn_doNothing()
77 val dialog = ShadowAlertDialogCompat.getLatestAlertDialog() in requestDisable_whenBluetoothIsOff_doNothing()
87 val dialog = ShadowAlertDialogCompat.getLatestAlertDialog() in requestDisable_whenBluetoothIsOn_showConfirmDialog()
88 val shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog) in requestDisable_whenBluetoothIsOn_showConfirmDialog()
DProgressDialogFragmentTest.java30 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
44 @Config(shadows = {ShadowAlertDialogCompat.class})
55 ShadowAlertDialogCompat.reset(); in setUp()
63 ShadowAlertDialogCompat.reset(); in tearDown()
84 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_showDialog()
97 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in dismissDialog_succeed()
111 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in showDialog_sameMessage_keepExistingDialog()
128 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in showDialog_newMessage_keepAndUpdateDialog()
DForgetDeviceDialogFragmentTest.java47 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
72 ShadowAlertDialogCompat.class,
148 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in createDialog_normalDevice_showNormalMessage()
149 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in createDialog_normalDevice_showNormalMessage()
192 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in createDialog_showMessage_with_association()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DNetworkRequestErrorDialogFragmentTest.java39 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
54 @Config(shadows = ShadowAlertDialogCompat.class)
86 AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in display_shouldShowTimeoutDialog()
91 ShadowAlertDialogCompat shadowAlertDialog = ShadowAlertDialogCompat.shadowOf(alertDialog); in display_shouldShowTimeoutDialog()
107 AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in display_shouldShowAbortDialog()
112 ShadowAlertDialogCompat shadowAlertDialog = ShadowAlertDialogCompat.shadowOf(alertDialog); in display_shouldShowAbortDialog()
121 AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in clickPositiveButton_shouldCallStartScanningDialog()
134 AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in clickNegativeButton_shouldCloseTheDialog()
151 final AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in clickNegativeButton_shouldCallReject()
DNetworkRequestDialogFragmentTest.java47 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
70 @Config(shadows = ShadowAlertDialogCompat.class)
118 AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in display_shouldShowTheDialog()
127 final AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in display_shouldShowTitleWithAppName()
139 AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in clickNegativeButton_shouldCloseTheDialog()
241 final AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in display_shouldNotShowNeutralButton()
252 final AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onMatchManyResult_showNeutralButton()
277 final AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in clickNeutralButton_hideNeutralButton()
301 final AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in cancelDialog_callsReject()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingJoinDialogFragmentTest.java45 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
73 ShadowAlertDialogCompat.class,
111 ShadowAlertDialogCompat.reset(); in setUp()
134 ShadowAlertDialogCompat.reset(); in tearDown()
165 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist()
179 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist()
194 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_dialogShowTextForSingleDevice()
197 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in onCreateDialog_flagOn_dialogShowTextForSingleDevice()
213 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_dialogShowTextForTwoDevice()
216 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in onCreateDialog_flagOn_dialogShowTextForTwoDevice()
[all …]
DAudioSharingProgressDialogFragmentTest.java33 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
52 ShadowAlertDialogCompat.class,
67 ShadowAlertDialogCompat.reset(); in setUp()
83 ShadowAlertDialogCompat.reset(); in tearDown()
98 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist()
107 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist()
116 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_showDialog()
129 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in dismissDialog_succeed()
143 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in showDialog_sameMessage_keepExistingDialog()
157 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in showDialog_newMessage_keepAndUpdateDialog()
DAudioSharingConfirmDialogFragmentTest.java33 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
52 ShadowAlertDialogCompat.class,
64 ShadowAlertDialogCompat.reset(); in setUp()
80 ShadowAlertDialogCompat.reset(); in tearDown()
94 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist()
103 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist()
112 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_showDialog()
122 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_clickClose_dialogDismiss()
DAudioSharingIncompatibleDialogFragmentTest.java34 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
53 @Config(shadows = {ShadowAlertDialogCompat.class, ShadowBluetoothAdapter.class})
67 ShadowAlertDialogCompat.reset(); in setUp()
83 ShadowAlertDialogCompat.reset(); in tearDown()
98 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist()
108 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist()
118 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_showDialog()
135 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_clickBtn_callbackTriggered()
DAudioSharingErrorDialogFragmentTest.java34 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
53 ShadowAlertDialogCompat.class,
67 ShadowAlertDialogCompat.reset(); in setUp()
83 ShadowAlertDialogCompat.reset(); in tearDown()
98 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist()
107 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist()
116 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_showDialog()
130 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_clickOk_dialogDismiss()
DAudioSharingStopDialogFragmentTest.java45 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
70 ShadowAlertDialogCompat.class,
106 ShadowAlertDialogCompat.reset(); in setUp()
129 ShadowAlertDialogCompat.reset(); in tearDown()
148 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist()
162 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist()
176 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_oneDeviceInSharing_showDialogWithCorrectMessage()
197 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_twoDeviceInSharing_showDialogWithCorrectMessage()
220 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_dialogIsShowingForSameDevice_updateDialog()
237 dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_dialogIsShowingForSameDevice_updateDialog()
[all …]
DAudioSharingDisconnectDialogFragmentTest.java46 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
70 ShadowAlertDialogCompat.class,
109 ShadowAlertDialogCompat.reset(); in setUp()
134 ShadowAlertDialogCompat.reset(); in tearDown()
153 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist()
170 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist()
184 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_dialogShowBtnForTwoDevices()
201 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_dialogIsShowingForSameGroup_updateDialog()
231 dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_dialogIsShowingForSameGroup_updateDialog()
255 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_dialogIsShowingForNewGroup_updateDialog()
[all …]
DAudioSharingCallAudioDialogFragmentTest.java33 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
54 ShadowAlertDialogCompat.class,
74 ShadowAlertDialogCompat.reset(); in setUp()
86 ShadowAlertDialogCompat.reset(); in tearDown()
104 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist()
114 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist()
143 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_showCorrectItems()
DAudioSharingDialogFragmentTest.java46 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
70 ShadowAlertDialogCompat.class,
110 ShadowAlertDialogCompat.reset(); in setUp()
126 ShadowAlertDialogCompat.reset(); in tearDown()
142 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist()
153 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist()
164 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_qrCodeBitmapNull_noExtraConnectedDevice()
203 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_noExtraConnectedDevice_pairNewDevice()
235 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_noExtraConnectedDevice_showQRCodeButton()
269 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_noExtraConnectedDevice_hasMetadata_showCancelButton()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/
DBiometricsSplitScreenDialogTest.java33 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
48 @Config(shadows = ShadowAlertDialogCompat.class)
57 ShadowAlertDialogCompat.reset(); in setUp()
63 ShadowAlertDialogCompat.reset(); in tearDown()
70 final ShadowAlertDialogCompat shadowAlertDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testTexts_face()
81 final ShadowAlertDialogCompat shadowAlertDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testTexts_fingerprint()
122 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in setUpFragment()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DButtonActionDialogFragmentTest.java35 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
48 @Config(shadows = ShadowAlertDialogCompat.class)
95 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in testOnCreateDialog_forceStopDialog()
99 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_forceStopDialog()
116 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in testOnCreateDialog_disableDialog()
120 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in testOnCreateDialog_disableDialog()
DInstantAppButtonDialogFragmentTest.java38 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
49 @Config(shadows = ShadowAlertDialogCompat.class)
81 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_clearAppDialog_shouldShowClearAppDataConfirmation()
85 final ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in onCreateDialog_clearAppDialog_shouldShowClearAppDataConfirmation()
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DChooseLockTypeDialogFragmentTest.java36 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
48 @Config(shadows = {ShadowAlertDialogCompat.class, ShadowLockPatternUtils.class})
65 ShadowAlertDialogCompat shadowAlertDialog = ShadowAlertDialogCompat.shadowOf(latestDialog); in testThatDialog_IsShown()
78 ShadowAlertDialogCompat shadowAlertDialog = ShadowAlertDialogCompat.shadowOf(lockDialog); in testThat_OnClickListener_IsCalled()
100 return ShadowAlertDialogCompat.getLatestAlertDialog(); in startLockFragment()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingAidUtilsTest.java35 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
63 com.android.settings.testutils.shadow.ShadowAlertDialogCompat.class,
97 ShadowAlertDialogCompat.reset(); in setUp()
109 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_deviceIsNotConnectedAshaHearingAid_noDialog()
123 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_deviceIsMonauralMode_noDialog()
138 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_deviceHasSubDevice_noDialog()
154 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_deviceIsInvalidSide_noDialog()
171 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_deviceSupportsCsip_noDialog()
187 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_dialogShown()
DToggleAutoclickCursorAreaSizeControllerTest.java37 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
54 ShadowAlertDialogCompat.class,
103 AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in handlePreferenceTreeClick_dialogShows()
115 AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in getProgress_matchesSetting_inRangeValue()
127 AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in setProgress_updatesSetting_inRangeValue()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DRestrictedAppDetailsTest.java49 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
67 @Config(shadows = ShadowAlertDialogCompat.class)
170 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in createDialogFragment_toRestrict_createRestrictDialog()
171 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in createDialogFragment_toRestrict_createRestrictDialog()
183 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in createDialogFragment_toUnrestrict_createUnrestrictDialog()
184 ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog); in createDialogFragment_toUnrestrict_createUnrestrictDialog()
/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DPreferredSimDialogFragmentTest.java37 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
48 @Config(shadows = ShadowAlertDialogCompat.class)
87 final ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(alertDialog); in onCreateDialog_twoSimsSelectFirst_correctMessage()
101 final ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(alertDialog); in onCreateDialog_twoSimsSelectSecond_correctMessage()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollFindSensorTest.java31 import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
51 @Config(shadows = {ShadowUtils.class, ShadowAlertDialogCompat.class})
84 final ShadowAlertDialogCompat shadowAlertDialog = ShadowAlertDialogCompat.shadowOf( in fingerprintEnroll_showsAlert_whenClickingSkip()
112 final AlertDialog alertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in setupAlertDialog()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowAlertDialogCompat.java37 public class ShadowAlertDialogCompat extends ShadowDialog { class
41 private static ShadowAlertDialogCompat sLatestSupportAlertDialog;
77 public static ShadowAlertDialogCompat shadowOf(AlertDialog alertDialog) { in shadowOf()
78 return (ShadowAlertDialogCompat) Shadow.extract(alertDialog); in shadowOf()

123