summaryrefslogtreecommitdiffstats
path: root/policy/src/com/android/internal/policy/impl/KeyguardWindowController.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace keyguard with new implementationJim Miller2012-08-291-29/+0
| | | | | | | | | | | | | | | | This change refactors keyguard to be more modular and maintainable. More specifically, it replaces the top-level view with just one device-dependent view that contains two views: a widget area and a security area. The widget area can be populated with custom widgets. The security area contains the current security method as dictated by the stored password quality. This change contains both the old and the new keyguard with the old keyguard still enabled. The new keyguard will be enabled in a subsequent change. Change-Id: Id75286113771ca1407e9db182172b580f870b612
* Move out all framework-tests classes.Brett Chabot2010-06-141-0/+29
Previously tests/framework-tests contained a quarantined set of test classes that needed access to package-private framework api. Running these tests normally would cause the dalvik verifier to throw errors. runtest now has support for turning off the dalvik verifier for frameworks tests, so move this tests into their recommended location, close to the source being tested. Also move policy source into a 'src' folder to accommodate the tests move. Change-Id: I62f839da185a55bc553b653bf583fd99da438512