Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResetOrExitSessionReceiver.java70 public AlertDialog mResetSessionDialog; field in GuestResetOrExitSessionReceiver
111 mResetSessionDialog = mResetSessionDialogFactory.create(currentUser.id); in onReceive()
112 mResetSessionDialog.show(); in onReceive()
121 if (mResetSessionDialog != null && mResetSessionDialog.isShowing()) { in cancelResetDialog()
122 mResetSessionDialog.cancel(); in cancelResetDialog()
123 mResetSessionDialog = null; in cancelResetDialog()