Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResetOrExitSessionReceiver.java74 private final ExitSessionDialog.Factory mExitSessionDialogFactory;
80 ExitSessionDialog.Factory exitSessionDialogFactory) { in GuestResetOrExitSessionReceiver()
189 public static final class ExitSessionDialog extends SystemUIDialog implements class in GuestResetOrExitSessionReceiver
200 ExitSessionDialog create(int userId, boolean isEphemeral); in create()
204 ExitSessionDialog(Context context, in ExitSessionDialog() method in GuestResetOrExitSessionReceiver.ExitSessionDialog