Searched refs:mBlockingHelperRow (Results 1 – 1 of 1) sorted by relevance
49 private ExpandableNotificationRow mBlockingHelperRow; field in NotificationBlockingHelperManager96 mBlockingHelperRow = row; in perhapsShowBlockingHelper()97 mBlockingHelperRow.setBlockingHelperShowing(true); in perhapsShowBlockingHelper()101 manager.openGuts(mBlockingHelperRow, 0, 0, menuRow.getLongpressMenuItem(mContext)); in perhapsShowBlockingHelper()120 if (!mBlockingHelperRow.isBlockingHelperShowing()) { in dismissCurrentBlockingHelper()125 mBlockingHelperRow.setBlockingHelperShowing(false); in dismissCurrentBlockingHelper()126 if (mBlockingHelperRow.isAttachedToWindow()) { in dismissCurrentBlockingHelper()129 mBlockingHelperRow = null; in dismissCurrentBlockingHelper()153 return mBlockingHelperRow == null; in isBlockingHelperRowNull()158 mBlockingHelperRow = blockingHelperRowForTest; in setBlockingHelperRowForTest()