Uptesting is moving folks to /external/robolectric from /external/robolectric-shadows

We maintain /external/robolectric (keep it in sync with github/google3) and are getting ready to delete /external/robolectric-shadows
It looks as if these tests co-incided with changes to robolectric shadows that were never attempted to be upstreamed.
These shadows have been pulled out and made use of for just these tests, and made to live next to the tests themselves.

Bug: 314757990
Test: atest, 8 failing before upgrade, 11 after.
Change-Id: I0f67d04af747407d663962a7a1f3f46dc01a4c23
6 files changed
tree: 94c91a8ff9c635975894486fd1fb661007c83a89
  1. proto/
  2. res/
  3. src/
  4. tests/
  5. tools/
  6. Android.bp
  7. AndroidManifest.xml
  8. OWNERS
  9. PREUPLOAD.cfg
  10. proguard.flags
  11. README.md
  12. TEST_MAPPING
README.md

Managed Provisioning

Bundled app responsible for provisioning an enterprise device

Flows

QR

{
  "android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME": "com.afwsamples.testdpc/com.afwsamples.testdpc.DeviceAdminReceiver",
  "android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION": "https://testdpc-latest-apk.appspot.com/preview",
  "android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM": "gJD2YwtOiWJHkSMkkIfLRlj-quNqG1fb6v100QmzM9w="
}

Code