summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/KeyguardManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor for multi-display support.Jeff Brown2012-08-191-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Split WindowManagerImpl into two parts, the WindowManager interface implementation remains where it is but the global communications with the window manager are now handled by the WindowManagerGlobal class. This change greatly simplifies the challenge of having separate WindowManager instances for each Context. Removed WindowManagerImpl.getDefault(). This represents the bulk of this change. Most of the usages of this method were either to perform global functions (now handled by WindowManagerGlobal) or to obtain the default display (now handled by DisplayManager). Explicitly associate each new window with a display and make the Display object available to the View hierarchy. Add stubs for some new display manager API features. Start to split apart the concepts of display id and layer stack. since they operate at different layers of abstraction. While it's true that each logical display uniquely corresponds to a surface flinger layer stack, it is not necessarily the case that they must use the same ids. Added Display.getLayerStack() and started using it in places where it was relatively easy to do. Change-Id: I29ed909114dec86807c4d3a5059c3fa0358bea61
* Added or fixed doctrings for required permissions.Nicolas Falliere2012-06-181-0/+9
| | | | | Bug: 6591338 Change-Id: Ia2092f9994854701b5fa1425c371817367ae07ec
* Unhide KeyguardManager locked and secure state gettersJean-Michel Trivi2012-05-241-12/+4
| | | | | | | | | | Unhide the following methods: android.app.KeyguardManager.isKeyguardLocked() android.app.KeyguardManager.isKeyguardSecure() Fix some javadoc typos Change-Id: Iedcd9f6a5261b7a3b47431edff013f629e1dc45d
* Deprecate a bunch of APIs.Dianne Hackborn2011-04-201-0/+20
| | | | | | And clean up some documentation. Change-Id: I7882183b3daf883b7ac6098d19f88dc7cfbcdf61
* KeyguardManager: Fix copy & paste error in isKeyguardLocked()Mike Lockwood2011-02-261-1/+1
| | | | | Change-Id: If5145e8483d3736d73698b3deb189f2253015543 Signed-off-by: Mike Lockwood <lockwood@android.com>
* KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()Mike Lockwood2011-02-181-0/+34
| | | | | | | BUG: 3402847 Change-Id: I725838c9d96617dd4497f9c80417cd623eceb846 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Fix SDK build.Jim Miller2010-06-071-4/+4
| | | | | | | | | | On branch fix_sdk Changes to be committed: (use "git reset HEAD <file>..." to unstage) modified: core/java/android/app/KeyguardManager.java Change-Id: I56848db098822536f0ac32efc8f0eb1d725bf6f9
* Fix 2737842: disable keyguard API when device policy is enabled.Jim Miller2010-06-071-1/+7
| | | | | | | This fix disables KeyguardManager's enable/disable API when any device policy admin requests a policy that enforces a password. Change-Id: Idb1da16b14ed8963142f7b1f62d2b060d84ffa65
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+155
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-155/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+155