Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java209 boolean needsFalsingProtection, in openControls() argument
212 setExposed(true /* exposed */, needsFalsingProtection); in openControls()
376 void setExposed(boolean exposed, boolean needsFalsingProtection) { in setExposed() argument
379 mNeedsFalsingProtection = needsFalsingProtection; in setExposed()
DNotificationGutsManager.java461 final boolean needsFalsingProtection = in openGutsInternal()
469 needsFalsingProtection, in openGutsInternal()