Home
last modified time | relevance | path

Searched defs:dialog (Results 1 – 25 of 2008) sorted by relevance

12345678910>>...81

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/
H A DTestableAlertDialogTest.kt45 val dialog = TestableAlertDialog(context) in dialogNotShowingWhenCreated() constant
52 val dialog = TestableAlertDialog(context) in dialogShownDoesntCrash() constant
59 val dialog = TestableAlertDialog(context) in dialogShowing() constant
68 val dialog = TestableAlertDialog(context) in showListenerCalled() constant
79 val dialog = TestableAlertDialog(context) in showListenerRemoved() constant
91 val dialog = TestableAlertDialog(context) in dialogHiddenNotShowing() constant
101 val dialog = TestableAlertDialog(context) in dialogDismissNotShowing() constant
111 val dialog = TestableAlertDialog(context) in dismissListenerCalled_ifShowing() constant
123 val dialog = TestableAlertDialog(context) in dismissListenerNotCalled_ifNotShowing() constant
134 val dialog = TestableAlertDialog(context) in dismissListenerRemoved() constant
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegate.java124 public void onCreate(@org.jetbrains.annotations.NotNull() in onCreate()
130 public void onStart(@org.jetbrains.annotations.NotNull() in onStart()
135 public void onStop(@org.jetbrains.annotations.NotNull() in onStop()
140 public final java.lang.Object animateProgressBar$main(@org.jetbrains.annotations.NotNull() in animateProgressBar$main()
147 public final java.lang.Object onDeviceItemUpdated$main(@org.jetbrains.annotations.NotNull() in onDeviceItemUpdated$main()
154 public final void onBluetoothStateUpdated$main(@org.jetbrains.annotations.NotNull() in onBluetoothStateUpdated$main()
159 public final void onBluetoothAutoOnUpdated$main(@org.jetbrains.annotations.NotNull() in onBluetoothAutoOnUpdated$main()
164 public final void onAudioSharingButtonUpdated$main(@org.jetbrains.annotations.NotNull() in onAudioSharingButtonUpdated$main()
169 private final void setupToggle(com.android.systemui.statusbar.phone.SystemUIDialog dialog) { in setupToggle()
172 …vate final android.widget.Switch getToggleView(com.android.systemui.statusbar.phone.SystemUIDialog… in getToggleView()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogTransitionAnimatorTest.kt69 val dialog = createAndShowDialog() in testShowDialogFromView() constant
148 val dialog = createAndShowDialog() in testActivityLaunchFromHiddenDialog() constant
163 val dialog = createAndShowDialog(dialogTransitionAnimator) in testActivityLaunchWhenLockedWithoutAlternateAuth() constant
175 val dialog = createAndShowDialog(dialogTransitionAnimator) in testActivityLaunchWhenLockedWithAlternateAuth() constant
185 val dialog = runOnMainThreadAndWaitForIdleSync { TestDialog(context) } in testDialogAnimationIsChangedByAnimator() constant
201 val dialog = TestDialog(context) in testCujSpecificationLogsInteraction() constant
217 val dialog = TestDialog(context) in testShowFromDialogCujSpecificationLogsInteraction() constant
237 val dialog = showDialogFromView(touchSurface) in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisible() constant
253 val dialog = showDialogFromView(touchSurface) in testAnimationDoesNotChangeLaunchableViewVisibility_viewInvisible() constant
269 val dialog = showDialogFromView(touchSurface) in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisibleThenGone() constant
[all …]
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowDialogTest.java42 final Dialog dialog = new Dialog(context); in shouldCallOnDismissListener() local
59 final Dialog dialog = new Dialog(context); in setContentViewWithViewAllowsFindById() local
69 Dialog dialog = new Dialog(context); in shouldGetLayoutInflater() local
75 TestDialog dialog = new TestDialog(context); in shouldCallOnStartFromShow() local
83 Dialog dialog = new Dialog(context); in shouldSetCancelable() local
92 TestDialog dialog = new TestDialog(context); in shouldDismissTheRealDialogWhenCancelled() local
99 Dialog dialog = new Dialog(context); in shouldDefaultCancelableToTrueAsTheSDKDoes() local
109 Dialog dialog = in shouldOnlyCallOnCreateOnce() local
129 Dialog dialog = new Dialog(context); in show_setsLatestDialog() local
142 Dialog dialog = new Dialog(context); in getLatestDialog_shouldReturnARealDialog() local
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/WifiDialog/WifiDialog/android_common_apex30/javac/
DWifiDialog.jar ... android/wifi/ com/android/wifi/dialog/ com/android/wifi/dialog/WifiDialogActivity ...
/aosp_15_r20/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/
DDialogFragmentManager.java60 SpeedBumpDialogFragment dialog = in showOptOutDialogFragment() local
94 SpeedBumpDialogFragment dialog = in showBlockTopicDialog() local
121 SpeedBumpDialogFragment dialog = in showUnblockTopicDialog() local
157 SpeedBumpDialogFragment dialog = in showResetTopicDialog() local
191 SpeedBumpDialogFragment dialog = in showBlockAppDialog() local
215 SpeedBumpDialogFragment dialog = in showUnblockAppDialog() local
256 SpeedBumpDialogFragment dialog = in showResetAppDialog() local
278 SpeedBumpDialogFragment dialog = in showOptInTopicsDialog() local
307 SpeedBumpDialogFragment dialog = in showOptOutTopicsDialog() local
330 SpeedBumpDialogFragment dialog = in showOptInAppsDialog() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
H A DBluetoothTileDialogDelegateTest.kt150 val dialog = mBluetoothTileDialogDelegate.createDialog() in testShowDialog_createRecyclerViewWithAdapter() constant
165 val dialog = mBluetoothTileDialogDelegate.createDialog() in testShowDialog_displayBluetoothDevice() constant
234 val dialog = mBluetoothTileDialogDelegate.createDialog() in testOnDeviceUpdated_hideSeeAll_showPairNew() constant
264 val dialog = in testShowDialog_cachedHeightLargerThanMinHeight_displayFromCachedHeight() constant
287 val dialog = in testShowDialog_cachedHeightLessThanMinHeight_displayFromUiProperties() constant
310 val dialog = in testShowDialog_bluetoothEnabled_autoOnToggleGone() constant
335 val dialog = mBluetoothTileDialogDelegate.createDialog() in testOnAudioSharingButtonUpdated_visibleActive_activateButton() constant
357 val dialog = mBluetoothTileDialogDelegate.createDialog() in testOnAudioSharingButtonUpdated_visibleNotActive_inactivateButton() constant
379 val dialog = mBluetoothTileDialogDelegate.createDialog() in testOnAudioSharingButtonUpdated_gone_inactivateButton() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/
H A DTileServiceRequestControllerTestComposeOn.kt84 val dialog = in tileAlreadyAdded_correctResult() constant
105 val dialog = runOnMainThreadAndWaitForIdleSync { in cancelDialog_dismissResult_tileNotAdded() constant
128 val dialog = runOnMainThreadAndWaitForIdleSync { in cancelAndThenDismissSendsOnlyOnce() constant
151 val dialog = runOnMainThreadAndWaitForIdleSync { in showAllUsers_set() constant
169 val dialog = runOnMainThreadAndWaitForIdleSync { in cancelOnTouchOutside_set() constant
191 val dialog = in positiveAction_tileAdded() constant
219 val dialog = in negativeAction_tileNotAdded() constant
/aosp_15_r20/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/provisioning/
DProvisioningActivityRoboTest.java123 final Fragment dialog = activity.getFragmentManager().findFragmentByTag(ERROR_DIALOG_OK); in error_noFactoryReset_showsDialogue() local
133 final Fragment dialog = activity.getFragmentManager().findFragmentByTag(ERROR_DIALOG_OK); in error_noFactoryReset_doesNotReset() local
147 final Fragment dialog = activity.getFragmentManager().findFragmentByTag(ERROR_DIALOG_RESET); in error_factoryReset_showsDialogue() local
159 final Fragment dialog = activity.getFragmentManager().findFragmentByTag(ERROR_DIALOG_RESET); in error_factoryReset_resets() local
234 final Fragment dialog = in activity_profileOwner_backPressed_showsCancelDialog() local
247 final Fragment dialog = in activity_profileOwner_backPressed_doNotCancel_doesNotFinishActivity() local
263 final Fragment dialog = in activity_profileOwner_backPressed_doNotCancel_doesNotCancelProvisioning() local
278 final Fragment dialog = in activity_profileOwner_backPressed_cancel_doesFinishActivity() local
294 final Fragment dialog = in activity_profileOwner_backPressed_cancel_doesCancelProvisioning() local
413 private void clickOnOkButton(ProvisioningActivity activity, DialogFragment dialog) { in clickOnOkButton()
[all …]
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DProgressDialogTest.java101 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, false); in testShow2() local
216 ProgressDialog dialog = buildDialog(); in testAccessSecondaryProgress() local
232 ProgressDialog dialog = buildDialog(); in testSetIndeterminate() local
251 ProgressDialog dialog = new ProgressDialog(mContext); in testIncrementProgressBy() local
266 ProgressDialog dialog = new ProgressDialog(mContext); in testIncrementSecondaryProgressBy() local
280 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE); in testSetProgressDrawable() local
295 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE); in testSetIndeterminateDrawable() local
310 ProgressDialog dialog = new ProgressDialog(mContext); in testSetMessage() local
321 ProgressDialog dialog = new ProgressDialog(mContext); in testSetProgressStyle() local
327 private void setProgressStyle(ProgressDialog dialog, int style) { in setProgressStyle()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDialogFragmentTest.java128 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist() local
138 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist() local
149 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_noExtraConnectedDevice() local
187 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_noExtraConnectedDevice_pairNewDevice() local
218 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_noExtraConnectedDevice_showQRCode() local
242 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_singleExtraConnectedDevice() local
279 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_singleExtraConnectedDevice_dialogDismiss() local
312 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_singleExtraConnectedDevice_shareClicked() local
338 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_multipleExtraConnectedDevice() local
383 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_multipleExtraConnectedDevice_dialogDismiss() local
DAudioSharingStopDialogFragmentTest.java147 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist() local
161 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist() local
175 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_oneDeviceInSharing_showDialogWithCorrectMessage() local
196 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_twoDeviceInSharing_showDialogWithCorrectMessage() local
219 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_dialogIsShowingForSameDevice_updateDialog() local
268 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_dialogIsShowingForNewDevice_showNewDialog() local
321 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_clickCancel_dialogDismiss() local
351 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_clickShare_callbackTriggered() local
DAudioSharingJoinDialogFragmentTest.java163 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist() local
177 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist() local
192 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_dialogShowTextForSingleDevice() local
211 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_dialogShowTextForTwoDevice() local
238 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_dialogIsShowing_updateDialog() local
270 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_clickCancel_dialogDismiss() local
303 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_clickBtn_callbackTriggered() local
337 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_clickCancel_callbackTriggered() local
DAudioSharingProgressDialogFragmentTest.java98 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOff_dialogNotExist() local
107 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_unattachedFragment_dialogNotExist() local
116 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in onCreateDialog_flagOn_showDialog() local
129 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in dismissDialog_succeed() local
143 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in showDialog_sameMessage_keepExistingDialog() local
157 AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in showDialog_newMessage_keepAndUpdateDialog() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/
DDialogDelegate.java22 public default void beforeCreate(@org.jetbrains.annotations.NotNull() in beforeCreate()
30 public default void onCreate(@org.jetbrains.annotations.NotNull() in onCreate()
38 public default void onStart(@org.jetbrains.annotations.NotNull() in onStart()
45 public default void onStop(@org.jetbrains.annotations.NotNull() in onStop()
52 public default void onWindowFocusChanged(@org.jetbrains.annotations.NotNull() in onWindowFocusChanged()
59 public default void onConfigurationChanged(@org.jetbrains.annotations.NotNull() in onConfigurationChanged()
64 public default int getWidth(@org.jetbrains.annotations.NotNull() in getWidth()
69 public default int getHeight(@org.jetbrains.annotations.NotNull() in getHeight()
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/
H A DCreateUserDialogControllerTest.java74 final AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in positiveButton_grantAdminStage_noValue_OkButtonShouldBeDisabled() local
91 final AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in positiveButton_MultipleAdminDisabled_shouldSkipGrantAdminStage() local
110 final AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in editUserInfoController_shouldOnlyBeVisibleOnLastStage() local
129 final AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in positiveButton_MultipleAdminEnabled_shouldShowGrantAdminStage() local
150 AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in cancelCallback_isCalled_whenCancelled() local
165 AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in cancelCallback_isCalled_whenNegativeButtonClickedOnFirstStage() local
181 AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in cancelCallback_isNotCalled_whenNegativeButtonClickedOnSecondStage() local
199 AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in successCallback_isCalled_setNameAndAdminStatus() local
223 AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in successCallback_isCalled_setName_MultipleAdminDisabled() local
H A DEditUserInfoControllerTest.java127 final AlertDialog dialog = (AlertDialog) mController.createDialog(mActivity, in userNameView_inputLongName_shouldBeConstrained() local
141 AlertDialog dialog = (AlertDialog) mController.createDialog( in cancelCallback_isCalled_whenCancelled() local
157 AlertDialog dialog = (AlertDialog) mController.createDialog( in cancelCallback_isCalled_whenNegativeClicked() local
174 AlertDialog dialog = (AlertDialog) mController.createDialog( in successCallback_isCalled_whenNothingChanged() local
192 AlertDialog dialog = (AlertDialog) mController.createDialog( in successCallback_calledWithNullIcon_whenOldIconIsNullAndNothingChanged() local
210 AlertDialog dialog = (AlertDialog) mController.createDialog( in successCallback_isCalled_whenLabelChanges() local
231 AlertDialog dialog = (AlertDialog) mController.createDialog( in successCallback_isCalled_whenPhotoChanges() local
250 AlertDialog dialog = (AlertDialog) mController.createDialog( in successCallback_isCalledWithChangedPhoto_whenOldIconIsNullAndPhotoChanges() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DRequestPermissionActivityTest.kt55 val dialog = ShadowAlertDialogCompat.getLatestAlertDialog() in requestEnable_whenBluetoothIsOff_showConfirmDialog() constant
67 val dialog = ShadowAlertDialogCompat.getLatestAlertDialog() in requestEnable_whenBluetoothIsOn_doNothing() constant
77 val dialog = ShadowAlertDialogCompat.getLatestAlertDialog() in requestDisable_whenBluetoothIsOff_doNothing() constant
87 val dialog = ShadowAlertDialogCompat.getLatestAlertDialog() in requestDisable_whenBluetoothIsOn_showConfirmDialog() constant
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/common/
DConfirmationDialogFragmentTest.java99 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in buildDialogFragment_positiveButtonSet_negativeAndNeutralButtonNotVisible() local
115 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in buildDialogFragment_negativeButtonSet_positiveAndNeutralButtonNotVisible() local
131 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in buildDialogFragment_neutralButtonSet_positiveAndNegativeButtonNotVisible() local
147 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in clickPositiveButton_callsCallbackWithArgs() local
163 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in clickNegativeButton_callsCallbackWithArgs() local
178 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in dismissDialog_callsCallbackWithArgs() local
187 private void launchDialogFragment(ConfirmationDialogFragment dialog) throws Throwable { in launchDialogFragment()
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DConfirmationDialogFragmentTest.java99 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in buildDialogFragment_positiveButtonSet_negativeAndNeutralButtonNotVisible() local
115 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in buildDialogFragment_negativeButtonSet_positiveAndNeutralButtonNotVisible() local
131 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in buildDialogFragment_neutralButtonSet_positiveAndNegativeButtonNotVisible() local
147 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in clickPositiveButton_callsCallbackWithArgs() local
163 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in clickNegativeButton_callsCallbackWithArgs() local
178 AlertDialog dialog = (AlertDialog) mFragment.getDialog(); in dismissDialog_callsCallbackWithArgs() local
187 private void launchDialogFragment(ConfirmationDialogFragment dialog) throws Throwable { in launchDialogFragment()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialog.java460 public static void setShowForAllUsers(Dialog dialog, boolean show) { in setShowForAllUsers()
473 public static void setWindowOnTop(Dialog dialog, boolean isKeyguardShowing) { in setWindowOnTop()
482 public static AlertDialog applyFlags(AlertDialog dialog) { in applyFlags()
486 public static AlertDialog applyFlags(AlertDialog dialog, boolean showWhenLocked) { in applyFlags()
508 public static void registerDismissListener(Dialog dialog) { in registerDismissListener()
522 public static void registerDismissListener(Dialog dialog, @Nullable Runnable dismissAction) { in registerDismissListener()
535 public static void setDialogSize(Dialog dialog) { in setDialogSize()
542 static int getDefaultDialogWidth(Dialog dialog) { in getDefaultDialogWidth()
570 private static int calculateDialogWidthWithInsets(Dialog dialog, int widthInDp) { in calculateDialogWidthWithInsets()
576 private static int getHorizontalInsets(Dialog dialog) { in getHorizontalInsets()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResetOrExitSessionReceiver.java159 SystemUIDialog dialog = mDialogFactory.create(); in create() local
186 ResetSessionDialogClickListener create(int userId, DialogInterface dialog); in create()
194 @Assisted DialogInterface dialog in ResetSessionDialogClickListener()
203 public void onClick(DialogInterface dialog, int which) { in onClick()
233 SystemUIDialog dialog = mDialogFactory.create(); in create() local
290 DialogInterface dialog); in create()
298 @Assisted DialogInterface dialog in ExitSessionDialogClickListener()
307 public void onClick(DialogInterface dialog, int which) { in onClick()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
H A DHearingDevicesDialogDelegate.java184 SystemUIDialog dialog = mSystemUIDialogFactory.create(this); in createDialog() local
251 public void beforeCreate(@NonNull SystemUIDialog dialog, @Nullable Bundle savedInstanceState) { in beforeCreate()
263 public void onCreate(@NonNull SystemUIDialog dialog, @Nullable Bundle savedInstanceState) { in onCreate()
289 public void onStart(@NonNull SystemUIDialog dialog) { in onStart()
300 public void onStop(@NonNull SystemUIDialog dialog) { in onStop()
311 private void setupDeviceListView(SystemUIDialog dialog) { in setupDeviceListView()
318 private void setupPresetSpinner(SystemUIDialog dialog) { in setupPresetSpinner()
356 private void setupPairNewDeviceButton(SystemUIDialog dialog) { in setupPairNewDeviceButton()
372 private void setupRelatedToolsView(SystemUIDialog dialog) { in setupRelatedToolsView()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/enrolling/common/widget/
DFingerprintErrorDialog.kt54 dialog, in <lambda>() method
59 .setNegativeButton(R.string.security_settings_fingerprint_enroll_dialog_ok) { dialog, which in <lambda>() method
66 dialog, in <lambda>() method
73 val dialog = builder.create() in <lambda>() constant
90 val dialog = FingerprintErrorDialog() in <lambda>() constant
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingAidUtilsTest.java109 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_deviceIsNotConnectedAshaHearingAid_noDialog() local
123 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_deviceIsMonauralMode_noDialog() local
138 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_deviceHasSubDevice_noDialog() local
154 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_deviceIsInvalidSide_noDialog() local
171 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_deviceSupportsCsip_noDialog() local
187 final AlertDialog dialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in launchHearingAidPairingDialog_dialogShown() local

12345678910>>...81