Searched refs:mHasPinnedNotification (Results 1 – 1 of 1) sorted by relevance
56 protected boolean mHasPinnedNotification; field in HeadsUpManager169 if (hasPinnedNotification == mHasPinnedNotification) { in updatePinnedMode()173 Log.v(TAG, "Pinned mode changed: " + mHasPinnedNotification + " -> " + in updatePinnedMode()176 mHasPinnedNotification = hasPinnedNotification; in updatePinnedMode()177 if (mHasPinnedNotification) { in updatePinnedMode()281 return mHasPinnedNotification; in hasPinnedHeadsUp()