-
- Downloads
Do not flush when sending view tree appearing event.
This can mitigate the IPC spam by half, since the view tree appearing event always comes with a view tree appeared event, and we just need to flush at the view tree appeared time. BYPASS_INCLUSIVE_LANGUAGE_REASON=existing API Bug: 269435271 Change-Id: I0ba3f7df7d6b511d155ac9509826d39633b668f6 Merged-in: I0ba3f7df7d6b511d155ac9509826d39633b668f6 Test: some unit tests & I've manually tested it locally. (cherry picked from commit 624070c9)
Showing
- core/java/android/content/ContentCaptureOptions.java 34 additions, 6 deletionscore/java/android/content/ContentCaptureOptions.java
- core/java/android/view/contentcapture/ContentCaptureContext.java 11 additions, 2 deletions...va/android/view/contentcapture/ContentCaptureContext.java
- core/java/android/view/contentcapture/ContentCaptureManager.java 44 additions, 0 deletions...va/android/view/contentcapture/ContentCaptureManager.java
- core/java/android/view/contentcapture/ContentCaptureSession.java 16 additions, 1 deletion...va/android/view/contentcapture/ContentCaptureSession.java
- core/java/android/view/contentcapture/MainContentCaptureSession.java 11 additions, 1 deletion...ndroid/view/contentcapture/MainContentCaptureSession.java
- core/tests/coretests/src/android/view/contentcapture/ContentCaptureManagerTest.java 17 additions, 0 deletions...ndroid/view/contentcapture/ContentCaptureManagerTest.java
- services/contentcapture/java/com/android/server/contentcapture/ContentCaptureManagerService.java 23 additions, 7 deletions...d/server/contentcapture/ContentCaptureManagerService.java
Loading
Please register or sign in to comment