Searched defs:needsFalsingProtection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java203 boolean needsFalsingProtection,
206 setExposed(true /* exposed */, needsFalsingProtection);
367 void setExposed(boolean exposed, boolean needsFalsingProtection) { argument
370 mNeedsFalsingProtection = needsFalsingProtection;
199 openControls( boolean shouldDoCircularReveal, int x, int y, boolean needsFalsingProtection, @Nullable Runnable onAnimationEnd) argument

Completed in 48 milliseconds