History log of /frameworks/base/services/core/java/com/android/server/am/AssistDataReceiverProxy.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e210468aa0adfdd1937b7d5cd424d9c50e69d933 09-Nov-2017 Winson Chung <winsonc@google.com> Move assist data receiver interface to accessible namespace

- Also adding bundle options to pass to the recents component that is
launched through startRecentsActivity()

Bug: 67864419
Test: Everything builds, existing tests pass
Test: go/wm-smoke
Change-Id: Ie9ee472efb132add69b8bc10798dc5214d1fa1e2
/frameworks/base/services/core/java/com/android/server/am/AssistDataReceiverProxy.java
397967f12ea7b5c1704b12b1ce302d176f045c60 02-Nov-2017 Winson Chung <winsonc@google.com> Ensure that binders are unlinked from death recipients

- Add a callback to assist data requester to notify owners that the request
is completed so they can clean up accordingly

Bug: 67864419
Test: com.android.server.am.AssistDataRequesterTest
Change-Id: I775aaf78ac7d9632cd9ca0a4cf05f2a87211d5fe
/frameworks/base/services/core/java/com/android/server/am/AssistDataReceiverProxy.java
ec1ef09c23d505f49010fa3ecb85ed19aaa27fee 26-Oct-2017 Winson Chung <winsonc@google.com> 2/ Add API to start overview activity with assist callbacks

- Only the recents component package can launch the overview activity
directly, and if an assist data receiver is provided, then assist data
will be proxied to the caller.

Bug: 67864419
Test: com.android.server.am.RecentTasksTest
Test: com.android.server.am.AssistDataRequesterTest
Test: CtsVoiceInteractionTestCases
Change-Id: Icdd7e6716a84c11e9262ce5453f7d39ae7d8ce77
/frameworks/base/services/core/java/com/android/server/am/AssistDataReceiverProxy.java