summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android/keyguard/analytics
Commit message (Collapse)AuthorAgeFilesLines
* Remove now defunct touch analysis facilityAdrian Roos2014-06-024-709/+0
| | | | | Bug: 15381470 Change-Id: I2ab252e4c0122d79c9a78b3df643bfd46a105cf0
* Reuse KeyguardViewMediator for new Keyguard implementation.Jorim Jaggi2014-03-311-3/+3
| | | | | | | | | | | | | | | | This change reuses KeyguardViewMediator for the new Keyguard implementation in status bar. KeyguardViewManager is replaced by StatusBarKeyguardManager which handles adding the view, setting the state etc. StatusBarWindowManager is introduced to managed the window of the status bar, which has the logic of both the old Keyguard window and the old status bar window. In the current implementation, Keyguard gets displayed like it would be in the bouncer state, but that's likely to change in the future. Also, setHidden in IKeyguardService is also renamed to setOccluded, as the word hidden interferes with the terminology when dismissing the Keyguard. Bug: 13635952 Change-Id: I1c5d5a49d810d8532089f464cb2efe35e577f517
* Keyguard Analytics: Remove unused constant.Adrian Roos2014-03-031-2/+0
| | | | Change-Id: I6fce6640e391d5f78468212aac7d14a8a6170115
* Add session analytics to Keyguard.Adrian Roos2014-03-034-0/+711
On eng and userdebug builds, adds the possibility to track touch and sensor events on the Keyguard. Change-Id: I9ff9fe5545cb9b7e6833a6af0b5a97a6c204dbd2