Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResumeSessionReceiver.java58 private final ResetSessionDialog.Factory mResetSessionDialogFactory; field in GuestResumeSessionReceiver
92 mNewSessionDialog = mResetSessionDialogFactory.create(newUser);
109 mResetSessionDialogFactory = resetSessionDialogFactory; in GuestResumeSessionReceiver()
H A DGuestResetOrExitSessionReceiver.java73 private final ResetSessionDialog.Factory mResetSessionDialogFactory; field in GuestResetOrExitSessionReceiver
83 mResetSessionDialogFactory = resetSessionDialogFactory; in GuestResetOrExitSessionReceiver()
111 mResetSessionDialog = mResetSessionDialogFactory.create(currentUser.id); in onReceive()