summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/classifier/FalsingManagerImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Remove old falsing implementation.Dave Mankoff2020-11-161-589/+0
* Add Tap falsing to the FalsingManager.Dave Mankoff2020-11-161-0/+10
* Pass interaction type to FalsingManager.isFalseDave Mankoff2020-08-241-1/+1
* Making the media carousel dismissableSelim Cinek2020-06-191-3/+3
* Ignore falsing manager for UiAutomator testsLucas Dupin2020-02-281-0/+5
* Implementations of biometric contraints for weak and convenience tiersHaining Chen2020-02-191-1/+2
* Unregister prox sensor when QS or Bouncer are expanded.Dave Mankoff2020-02-111-1/+1
* Disable falsing when resting on a Dock.Dave Mankoff2020-01-031-3/+3
* Start removing Dependency.get(UiOffloadThread.class)Dave Mankoff2019-12-231-6/+7
* Make DozeSensors, DozeTriggers use ProximitySensorDave Mankoff2019-09-181-1/+1
* Fix the looper that KeyguardUpdateMonitor is using.Dave Mankoff2019-08-311-2/+2
* Add cleanup method to FalsingManager to prevent memory leaks.Dave Mankoff2019-07-161-0/+9
* Add metrics logging to BrightLineFalsingManager.Dave Mankoff2019-07-111-2/+2
* Add support for FalsingPlugin to supply a replacement FalsingManager.Dave Mankoff2019-05-101-1/+2
* Assume all touches are valid after face authLucas Dupin2019-05-081-0/+22
* Change FalsingManager to an interface for easier swapping.Dave Mankoff2019-05-031-0/+540