Searched refs:mResetSessionDialogFactory (Results 1 – 2 of 2) sorted by relevance
58 private final ResetSessionDialog.Factory mResetSessionDialogFactory; field in GuestResumeSessionReceiver92 mNewSessionDialog = mResetSessionDialogFactory.create(newUser);109 mResetSessionDialogFactory = resetSessionDialogFactory; in GuestResumeSessionReceiver()
73 private final ResetSessionDialog.Factory mResetSessionDialogFactory; field in GuestResetOrExitSessionReceiver83 mResetSessionDialogFactory = resetSessionDialogFactory; in GuestResetOrExitSessionReceiver()111 mResetSessionDialog = mResetSessionDialogFactory.create(currentUser.id); in onReceive()