summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/pm/KeySetManager.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-09-20Shut. Up.Dianne Hackborn
2013-07-08KeySetManager: convert comments to JavadocKenny Root
2013-07-08Merge "KeySetManager: change KEYSET_NOT_FOUND to public"Kenny Root
2013-07-08Fix build.Ying Wang
2013-07-08KeySetManager: change KEYSET_NOT_FOUND to publicKenny Root
2013-07-03KeySetManager: add keyset aliases to dumpKenny Root
2013-07-02KeySetManager: iterate over correct listKenny Root
2013-06-21Remove logging of KeySet parse errors.Geremy Condra
2013-06-18Stop spewing errors into the logs.Geremy Condra
2013-06-11Add new API to retrieve a dumpsys of a single package.Dianne Hackborn
2013-03-26Remove keysets from PackageKeySetData when KeySetManager removes them.Geremy Condra
2013-02-20Added the KeySetManager.Geremy Condra