commit | 1c0f4edb1114be0b7b994d6d7a7e3c6f0c5215d0 | [log] [tgz] |
---|---|---|
author | Andrey Epin <ayepin@google.com> | Tue Sep 12 14:20:36 2023 -0700 |
committer | Andrey Epin <ayepin@google.com> | Mon Sep 18 09:59:57 2023 -0700 |
tree | 5c3e2ea23f153b49c227a0a1bac138e67fe3d16b | |
parent | 41e6f25694939bb4c88485d0513e413da772931b [diff] |
Add ResolverListAdapter unit tests Replace AsyncTask usage with an background executor and posting on a main thread hanler to facilitate testing. Tests are mostly around targets resolution logic in the adapter. Test: atest IntentResolverUnitTests:ResolverListAdapterTest Change-Id: I7af047226aa718ca3052aa4284d1e9d2a4c43ded
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder