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/
DNotificationGuts.java203 boolean needsFalsingProtection, in openControls() argument
206 setExposed(true /* exposed */, needsFalsingProtection); in openControls()
367 void setExposed(boolean exposed, boolean needsFalsingProtection) { in setExposed() argument
370 mNeedsFalsingProtection = needsFalsingProtection; in setExposed()
DNotificationGutsManager.java385 final boolean needsFalsingProtection = in openGuts()
393 needsFalsingProtection, in openGuts()