Quick affordance picker in ThemePicker.

Near end-to-end implementation of everything needed to drive the UI for
the lock screen quick affordance picker/selector in wallpaper picker.

This CL includes:
- A contract file definition (which will be moved into a shared library
  soon)
- A client class to abstract away the content resolver API which, using
  the contract, queries the system UI content provider for data
- A clean architecture implementation with: a repository, an interactor,
  view-models, view-binders, and adapters
- Ugly/minimal, to be replaced and/or updated aggressively when the
  wallpaper team actually implements the UI

Bug: 254857639
Test: Included unit tests, verified manually end-to-end in a temporary
activity in the wallpaper picker build that shows the UI.

Change-Id: Icb492be0041d6a594bdf622c2f3e8177c07b82bf
diff --git a/robolectric_tests/Android.mk b/robolectric_tests/Android.mk
index 7d9b0e1..9332ee2 100644
--- a/robolectric_tests/Android.mk
+++ b/robolectric_tests/Android.mk
@@ -27,7 +27,9 @@
     androidx.test.runner \
     androidx.test.rules \
     mockito-robolectric-prebuilt \
-    truth-prebuilt
+    truth-prebuilt \
+    kotlinx_coroutines_test
+
 LOCAL_JAVA_LIBRARIES := \
     platform-robolectric-4.5.1-prebuilt