History log of /frameworks/base/core/tests/coretests/src/android/content/pm/RegisteredServicesCacheTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
259e76153255e4d7c6d6c14af77936fe060e7038 11-Feb-2015 Fyodor Kupolov <fkupolov@google.com> RegisteredServicesCache now saves files to a user-specific dir

Previously, its state was saved in a single xml file inside
/data/system/registered_services.

Services are now stored in separate files stored in a user-specific dir. A
one-off migration step was added, which runs, when the system discovers a
file in the old format.

Bug:19321135
Change-Id: Ie92be01047f4855d01352b6a304820b37344ae2c
/frameworks/base/core/tests/coretests/src/android/content/pm/RegisteredServicesCacheTest.java
9e0d81e8439089845b7ddee21676f3f427a34cca 10-Feb-2015 Fyodor Kupolov <fkupolov@google.com> Added unit test for RegisteredServicesCache

Minor refactoring of RegisteredServicesCache for testability. Added
RegisteredServicesCacheTest which uses a mock version of
RegisteredServicesCache.

Bug:19321135
Change-Id: If18b794b28f03b4bf4bbdfbba9e9a57e808aaebf
/frameworks/base/core/tests/coretests/src/android/content/pm/RegisteredServicesCacheTest.java