Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DGuestResumeSessionReceiver.java62 private final ResetSessionDialogFactory mResetSessionDialogFactory; field in GuestResumeSessionReceiver
96 mNewSessionDialog = mResetSessionDialogFactory.create(newUser);
113 mResetSessionDialogFactory = resetSessionDialogFactory; in GuestResumeSessionReceiver()
DGuestResetOrExitSessionReceiver.java75 private final ResetSessionDialogFactory mResetSessionDialogFactory; field in GuestResetOrExitSessionReceiver
85 mResetSessionDialogFactory = resetSessionDialogFactory; in GuestResetOrExitSessionReceiver()
113 mResetSessionDialog = mResetSessionDialogFactory.create(currentUser.id); in onReceive()