commit | 071e95e8afb47c9053ba79ddbccf0cb3b8049aa8 | [log] [tgz] |
---|---|---|
author | Wale Ogunwale <ogunwale@google.com> | Sat Nov 14 22:33:06 2020 -0800 |
committer | Wale Ogunwale <ogunwale@google.com> | Mon Nov 30 06:57:29 2020 -0800 |
tree | 22a621c29e6c3758c1b6a2317b632534c89b6c89 | |
parent | 3a9b54f70487cd139c9c4d1bf740cf30a3564aba [diff] |
Switch some recent tasks calls from IATM to ATM The aidl IActivityTaskManager interface doesn't allow for method overloading with the same name. Switching some of these calls to use ActivityTaskManager class instead makes it easier to have overloads in upcoming CLs. Test: they pass! Bug: 172776536 Change-Id: Ic4895ccf7dc1207cc6b14004cfcf6ee7b4b76cc1