Add unit test coverage for PickerUriResolver
Unit tests added by a combination of extending existing class,
mocking classes and using isolatedContext.
This is particularly tricky unit test to add because it cannot be fully
mocked (due to final/static methods), or fully not-mocked (will have to
create other users).
Bug: 199884473
Test: atest PickerUriResolverTest
Change-Id: Ia426c62ef1b405736a1c060b30763d73e3bcc022
Merged-In: Ia426c62ef1b405736a1c060b30763d73e3bcc022
(cherry picked from commit b4b8eda6796a82db26b79c002d643ed258f80df2)
5 files changed