Files
frameworks_base/core/java/android/view
Felipe Leme 3fe6e92440 Make ContentCapture calls directly from the UI thread.
Most calls are bufffered anyways, so by not using a handler we save time spent
on getting a pooled lambda and posting to the the handler.

The only "expensive" operation is flushing, but it makes a oneway binder call
so it might be fine (and if necessary, we can optimize it later).

Bug: 123307965
Test: atest CtsContentCaptureServiceTestCases
Change-Id: I7182c8e193f58fa000396fdb3003e771214bf79b
2019-02-04 18:30:12 -08:00
..
2019-02-04 14:18:27 -05:00
2018-11-14 15:25:10 -08:00
2018-10-04 16:18:12 -07:00
2018-10-04 16:18:12 -07:00
2019-01-23 18:03:34 -08:00