summaryrefslogtreecommitdiff
path: root/core/java/android/app/KeyguardManager.java
Commit message (Expand)AuthorAgeFilesLines
* Forward port CM Screen Security settings (1/2)Michael Bestas2022-10-261-2/+4
* Adding null check to prevent NPELouis Chang2022-04-251-2/+4
* Update javadoc and log message to avoid confusion.Xiaowen Lei2022-03-171-3/+11
* Register only one binder listener and keep a map of listener to executor.Xiaowen Lei2022-03-011-17/+19
* Add role guarded APIs for subscribing to keyguard locked state in KeyguardMan...Xiaowen Lei2022-02-191-11/+73
* KeyguardManager#isDeviceSecure()Xu Cao2022-02-101-2/+2
* Make KeyguardManager.setLock API available to SUW on non auto variants.Dmitry Dementyev2022-01-281-1/+3
* Add weak escrow token APIsErin Yan2022-01-121-6/+192
* Add set/verify lock credentials testAPIs in KeygyardManagerkholoud mohamed2021-04-061-37/+93
* Properly expose LockTypes constants as systemAPIskholoud mohamed2021-03-221-18/+40
* Move activity related operations to ActivityClientControllerRiddle Hsu2021-01-271-22/+18
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* KeyguardManager set + validate lock API refinementJulius D'souza2020-02-201-9/+15
* KeyguardManager: add lock set and validation methodsJulius D'souza2020-01-241-2/+155
* Merge "Add builder method to check DevicePolicyManager"Joshua Mccloskey2019-12-191-0/+32
|\
| * Add builder method to check DevicePolicyManagerjoshmccloskey2019-12-181-0/+32
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
|/
* Removing old confirm device credential logicjoshmccloskey2019-10-031-6/+0
* Removing @Deprecated && @removed method from KeyguardManager.Kweku Adams2019-06-171-8/+0
* Fix createConfirmDeviceCredentialIntent documentationKevin Chyn2019-04-261-3/+2
* Merge "Updates isKeyguardSecure to take in a user id."Brad Stenning2019-03-191-1/+1
|\
| * Updates isKeyguardSecure to take in a user id.Brad Stenning2019-03-111-1/+1
* | Update BiometricPrompt API namingKevin Chyn2019-03-041-1/+1
|/
* Rename setEnableFallback to setAllowDeviceCredentialKevin Chyn2019-02-081-1/+1
* Deprecate CC and add BP#buildIntent()Kevin Chyn2019-01-251-4/+15
* Revert "Add plumbing for setRequireConfirmation to CC"Kevin Chyn2019-01-251-32/+1
* Add plumbing for setRequireConfirmation to CCKevin Chyn2019-01-231-1/+32
* Add a feature flag for secure lock screen.Lenka Trochtova2019-01-221-0/+5
* KeyguardDisableHandler: make properly user awareAdrian Roos2018-11-291-20/+20
* Add privileged API to control keyguard secure notificationsZimuzo2018-11-161-0/+42
* Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6kopriva2018-10-091-1/+1
|\
| * Merge "docs: fixing errors found with lint check" into pi-devkopriva2018-10-091-2/+1
| |\
| | * docs: fixing errors found with lint checkkopriva2018-10-091-2/+1
| * | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+3
| |/
* | Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+3
* | Moved some activities implementation to ActivityTaskManagerService (2/n)Wale Ogunwale2018-06-121-1/+2
* | Fixes in KeyguardManager doc.Frank Salim2018-02-201-5/+4
|/
* Pass in the user defined by Context.Jeff Sharkey2018-02-031-2/+2
* FRP: Explicitly throw UnsupportedOperation when FRP is not supportedAdrian Roos2018-01-231-7/+10
* Allow custom keyguard "prompt reason"Lucas Dupin2018-01-111-1/+34
* Merge "Allow custom keyguard transient message"Lucas Dupin2018-01-111-1/+1
|\
| * Allow custom keyguard transient messageLucas Dupin2018-01-101-1/+1
* | FRP: Make SystemAPIAdrian Roos2017-12-151-0/+2
|/
* Deprecate inKeyguardRestrictedInputModeSiarhei Vishniakou2017-11-291-5/+3
* Do not send KEYCODE_VOICE_ASSIST to apps.Siarhei Vishniakou2017-10-111-2/+0
* FRP: Add config flag for disabling credential FRPAdrian Roos2017-09-251-1/+1
* Fix broken javadocs.Jeff Sharkey2017-08-061-1/+3