Home
last modified time | relevance | path

Searched refs:mHasPinnedNotification (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java63 protected boolean mHasPinnedNotification; field in HeadsUpManager
197 if (hasPinnedNotification == mHasPinnedNotification) { in updatePinnedMode()
201 Log.v(TAG, "Pinned mode changed: " + mHasPinnedNotification + " -> " + in updatePinnedMode()
204 mHasPinnedNotification = hasPinnedNotification; in updatePinnedMode()
205 if (mHasPinnedNotification) { in updatePinnedMode()
377 return mHasPinnedNotification; in hasPinnedHeadsUp()