summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/pm/KeySetManager.java
AgeCommit message (Collapse)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
Refactored the directory structure so that services can be optionally excluded. This is step 1. Will be followed by another change that makes it possible to remove services from the build. Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
2013-09-20Shut. Up.Dianne Hackborn
Change-Id: Id047ab2308903a527bebf80bdacdb01ec51de051
2013-07-08KeySetManager: convert comments to JavadocKenny Root
To help with development, change comments to Javadoc and adding some links. Change-Id: Id97febd978f14bace8242d8e0610b1166a13265b
2013-07-08Merge "KeySetManager: change KEYSET_NOT_FOUND to public"Kenny Root
2013-07-08Fix build.Ying Wang
Change-Id: I2348e75e95581b1e5acf1c52b83948e46547a19e
2013-07-08KeySetManager: change KEYSET_NOT_FOUND to publicKenny Root
Make the constant KEYSET_NOT_FOUND so that other source code components can use that as the sentinel value directly instead of -1 Change-Id: If89de5fb312d55e360b96aadbc6effcd480043b2
2013-07-03KeySetManager: add keyset aliases to dumpKenny Root
Add the list of aliases defined to the dumpsys output. Change-Id: I8bba20fba8dd123f749372cab7b8f038aa47331f
2013-07-02KeySetManager: iterate over correct listKenny Root
Change-Id: I43e18e824e62b3ec54964ace1485a45616b962f2
2013-06-21Remove logging of KeySet parse errors.Geremy Condra
Bug: 9532748 Change-Id: I3cce41de74783a121d2cd4f7b0ea6dfa03e3d7c5
2013-06-18Stop spewing errors into the logs.Geremy Condra
These are for debugging. Marking them that way. Bug: 9479475 Change-Id: Ia0c27829583ecbab58a60a8c8350e9c099b812c2
2013-06-11Add new API to retrieve a dumpsys of a single package.Dianne Hackborn
Adds a platform API, and pm command. Fixes some issues with dumping per-package data in package manager, makes battery stats able to dump per-package state. Change-Id: I76ee6d059f0ba17f7a7061886792b1b716d46d2d
2013-03-26Remove keysets from PackageKeySetData when KeySetManager removes them.Geremy Condra
This fixes a bug where the KeySets in PackageKeySetData would get out of sync with those in KeySetManager when repeatedly installed and uninstalled. Change-Id: I16cfe6d11f37d908ee5635ebcb6e784cebc252c0
2013-02-20Added the KeySetManager.Geremy Condra
Bug: 7554291 Change-Id: Ic693a544f1e2cab20f6540b3fc4ff673e35bd2c6