Searched refs:mNewSessionDialog (Results 1 – 1 of 1) sorted by relevance
46 private Dialog mNewSessionDialog; field in GuestResumeSessionReceiver81 mNewSessionDialog = new ResetSessionDialog(context, userId); in onReceive()82 mNewSessionDialog.show(); in onReceive()139 if (mNewSessionDialog != null && mNewSessionDialog.isShowing()) { in cancelDialog()140 mNewSessionDialog.cancel(); in cancelDialog()141 mNewSessionDialog = null; in cancelDialog()