commit | 3d702c8737e14c6fe12b0adec56335c5d7450195 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Wed Nov 13 13:05:50 2019 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Wed Nov 13 13:05:51 2019 -0700 |
tree | ac9e3ad7a153b322ac50ce526be498c1a0268e42 | |
parent | b201e7588487eaee2d2f46444afd3eb5722abc07 [diff] |
Allow sending of bulk Uri change notifications. MediaProvider makes heavy use of Uri change notifications, which currently need to be delivered one at a time through the Binder interface. To optimize this, allow callers to provide a collection of multiple Uris to notify with a single Binder call. Bug: 134170767 Test: atest cts/tests/tests/content/src/android/content/cts/ContentResolverTest.java Change-Id: I719121888eed765d4297d6b57357b5ae9dc27320