Searched refs:mResetSessionDialogFactory (Results 1 – 2 of 2) sorted by relevance
62 private final ResetSessionDialogFactory mResetSessionDialogFactory; field in GuestResumeSessionReceiver96 mNewSessionDialog = mResetSessionDialogFactory.create(newUser);113 mResetSessionDialogFactory = resetSessionDialogFactory; in GuestResumeSessionReceiver()
75 private final ResetSessionDialogFactory mResetSessionDialogFactory; field in GuestResetOrExitSessionReceiver85 mResetSessionDialogFactory = resetSessionDialogFactory; in GuestResetOrExitSessionReceiver()113 mResetSessionDialog = mResetSessionDialogFactory.create(currentUser.id); in onReceive()