Searched refs:mIsDialogShown (Results 1 – 1 of 1) sorted by relevance
65 private final AtomicBoolean mIsDialogShown = new AtomicBoolean(/* initialValue= */ false); field in ToggleAccessibilityServicePreferenceFragment481 mIsDialogShown.set(false); in onAllowButtonFromEnableToggleClicked()511 mIsDialogShown.set(false); in onAllowButtonFromShortcutToggleClicked()528 mIsDialogShown.set(false); in onAllowButtonFromShortcutClicked()573 if (mIsDialogShown.compareAndSet(/* expect= */ false, /* update= */ true)) { in showPopupDialog()576 dialog -> mIsDialogShown.compareAndSet(/* expect= */ true, /* update= */ in showPopupDialog()