commit | 06af71dc43720697828b1cd9bde049ef7e0a1b6d | [log] [tgz] |
---|---|---|
author | Evan Laird <evanlaird@google.com> | Wed Jul 20 16:45:31 2022 -0400 |
committer | Evan Laird <evanlaird@google.com> | Mon Aug 01 17:12:17 2022 -0400 |
tree | 955cdb4bc35e152b64a2399b81eb0ac333ec9b23 | |
parent | 1d7f570eaa4115133e65905f1aa56a3a9d9377a5 [diff] |
Flow-based connectivity listener Create a `NetworkCapabilities` repository (flow-based listener API) that can replace any current network callback that exists inside of the connectivity package. This is currently intended to be proof-of-concept and can be patterned-after in order to fully flesh out the data model for the connectivity icons. Change-Id: If80905e79ee66df76a809cc1beb2934361d0f94e Test: atest NetworkCapabilitiesRepositoryTest Bug: 240492102