History log of /frameworks/base/core/java/android/app/KeyguardManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b3987bd7e9d9ed6e2b336c239b1d8019f8ffe073 19-Nov-2015 Clara Bayarri <clarabayarri@google.com> Make ConfirmCredentials take user into account when creating intent

The existing implementation returned null if the device was not locked,
but when using ConfirmCredentials for the Work Profile we need to take into
account the user we want to confirm credentials for, given that the device
user might not have a lock but the work profile will.

Change-Id: Ifb5882846b0a62c73ac7cc04d90d1a4d9b103e63
/frameworks/base/core/java/android/app/KeyguardManager.java
56878a93989a49538fabccfb7218face645030bf 29-Oct-2015 Clara Bayarri <clarabayarri@google.com> Create work challenge timeout

The work challenge should be locked whenever the device goes to sleep + admin
timeout or when the power button is pressed if the lock setting is on.

This change creates the infrastructure to lock a specific user instead of the
device and uses it in these cases. Then, the current code that brings up the
work challenge can check to only show it if the user is locked.

Change-Id: I89b4342b1458d97734d7afa66be52bf04ec3a3d4
/frameworks/base/core/java/android/app/KeyguardManager.java
c39b4fc6864db8c41261acaa54e0ac6d6a3a9bc1 29-Apr-2015 Adrian Roos <roosa@google.com> Clarify javadoc of isKeyguardSecure and isDeviceSecure

Bug: 20642788
Change-Id: I1114150cd645ee3de8e4617cdb79ff351e01b9df
/frameworks/base/core/java/android/app/KeyguardManager.java
672055e8d9972c6d8ee2ec20443246b7a7e6573e 24-Apr-2015 Tor Norbye <tnorbye@google.com> Add permission requirement annotation for KeyGuard

Change-Id: Ieb4a8c8d3da7090c6551cbae4db8944fbe462538
/frameworks/base/core/java/android/app/KeyguardManager.java
82893681ad6530eec8f2a9b4ecd2e039addf48b7 02-Apr-2015 Adrian Roos <roosa@google.com> Add KeyguardManager.isDeviceSecure

Bug: 19823211
Change-Id: I92a1d2542274bf1dc2d5757511ce495264f90733
/frameworks/base/core/java/android/app/KeyguardManager.java
50bfeec868157106e8b60abf8964cb24462af182 20-Nov-2014 Adrian Roos <roosa@google.com> Update KeyguardManager.isDeviceLocked API

Bug: 18414067
Change-Id: I0715714c2c9a122f578ec0c6f508faae12e6f752
/frameworks/base/core/java/android/app/KeyguardManager.java
bcd076525ccb8a3dfe7d1002bcae059661c1d111 22-Oct-2014 Adrian Roos <roosa@google.com> Add API for querying trusted state

Bug: 18084166
Change-Id: Ic755461cc6978943aef4943def93a0e38a1c96c0
/frameworks/base/core/java/android/app/KeyguardManager.java
2f2ebcd688ad3995df9860a6e02c8282b240516d 27-Aug-2014 Jim Miller <jaggies@google.com> Cleanup - Change name of confirm credentials method after API review

Fixes bug 17288988

Change-Id: I3d69b52e7ffc9f0268fb4dc9647f8704453668b7
/frameworks/base/core/java/android/app/KeyguardManager.java
bde3d18dd5748bd24e527c653504346ad012c2dc 27-Aug-2014 Jim Miller <jaggies@google.com> Change name of confirm credentials method after API review

Changed from getConfirmDeviceCredentialIntent to createConfirmDeviceCredentialIntent

Fixes bug 17288988

Change-Id: Iae9a997d9ea49ce23bdbbe38ad7b0763779b8f59
/frameworks/base/core/java/android/app/KeyguardManager.java
66093a9024a0ad88cb9c629457b9d8118071ae74 13-Aug-2014 Jim Miller <jaggies@google.com> API review - move confirm credential constants from Intent

Moves constants from Intent to KeyguardManager.

Fixes bug 17006280

Change-Id: I77f49fe85850a501e1531d39aad7446c9bca5801
/frameworks/base/core/java/android/app/KeyguardManager.java
d7d2d43b4967bb907b61180aa9d12ca51aaa15e2 09-May-2014 Kenny Root <kroot@google.com> WindowManagerService: add some defensive checks

Add checks before posting a message to the handler thread where
exceptions will crash the service.

Also make KeyguardLock fields final.

Bug: 14564617
Change-Id: I147d579d942f5fa555714d204cde52e2cd5f6154
/frameworks/base/core/java/android/app/KeyguardManager.java
a999d463c1f72fc7d9fcb21e850b78ec77793730 30-Oct-2013 Jim Miller <jaggies@google.com> Remove deprecated API calls to KeyguardManager from statusbar

Fixes bug 11448304

Change-Id: I3049a20d9320af0425d7a8f08d5aa208e470e292
/frameworks/base/core/java/android/app/KeyguardManager.java
98365d7663cbd82979a5700faf0050220b01084d 20-Aug-2012 Jeff Brown <jeffbrown@google.com> Refactor for multi-display support.

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
/frameworks/base/core/java/android/app/KeyguardManager.java
9530e3a22d5ffa2019d1a5177b6a441d4d6d048b 19-Jun-2012 Nicolas Falliere <nicof@google.com> Added or fixed doctrings for required permissions.

Bug: 6591338
Change-Id: Ia2092f9994854701b5fa1425c371817367ae07ec
/frameworks/base/core/java/android/app/KeyguardManager.java
37fde0aca01fcfcd8483df70a4e82f622e15fda2 25-May-2012 Jean-Michel Trivi <jmtrivi@google.com> Unhide KeyguardManager locked and secure state getters

Unhide the following methods:
android.app.KeyguardManager.isKeyguardLocked()
android.app.KeyguardManager.isKeyguardSecure()

Fix some javadoc typos

Change-Id: Iedcd9f6a5261b7a3b47431edff013f629e1dc45d
/frameworks/base/core/java/android/app/KeyguardManager.java
9567a66a5e6f49dd8495fb5f6e2efb9f32e84b35 20-Apr-2011 Dianne Hackborn <hackbod@google.com> Deprecate a bunch of APIs.

And clean up some documentation.

Change-Id: I7882183b3daf883b7ac6098d19f88dc7cfbcdf61
/frameworks/base/core/java/android/app/KeyguardManager.java
505312482782a600e997c91712f03f83c7a70428 26-Feb-2011 Mike Lockwood <lockwood@android.com> KeyguardManager: Fix copy & paste error in isKeyguardLocked()

Change-Id: If5145e8483d3736d73698b3deb189f2253015543
Signed-off-by: Mike Lockwood <lockwood@android.com>
/frameworks/base/core/java/android/app/KeyguardManager.java
520d8bc1d840966b5519195aaa514597a662c053 18-Feb-2011 Mike Lockwood <lockwood@android.com> KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()

BUG: 3402847

Change-Id: I725838c9d96617dd4497f9c80417cd623eceb846
Signed-off-by: Mike Lockwood <lockwood@android.com>
/frameworks/base/core/java/android/app/KeyguardManager.java
cb52cb52253c3832ccc7f5f1dbb4d8a0bd8178c0 08-Jun-2010 Jim Miller <jaggies@google.com> Fix SDK build.

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
/frameworks/base/core/java/android/app/KeyguardManager.java
d6b5705e188e55a3b9dbb07954b16564b1a31b9f 08-Jun-2010 Jim Miller <jaggies@google.com> Fix 2737842: disable keyguard API when device policy is enabled.

This fix disables KeyguardManager's enable/disable API when any
device policy admin requests a policy that enforces a password.

Change-Id: Idb1da16b14ed8963142f7b1f62d2b060d84ffa65
/frameworks/base/core/java/android/app/KeyguardManager.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/app/KeyguardManager.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/app/KeyguardManager.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/java/android/app/KeyguardManager.java