diff options
author | Wale Ogunwale <ogunwale@google.com> | 2020-11-06 20:59:14 -0800 |
---|---|---|
committer | Jerry Chang <chenghsiuchang@google.com> | 2020-11-13 21:33:38 +0800 |
commit | fe8c73b18d9abd2a089cb168538887c2f06621c6 (patch) | |
tree | 9820d55b64fdc6c5d0806766bd17fec66f386a7f /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | 15a494804c63a6468d3fa8660eff62c89ce56b99 (diff) |
App-pairs baseline commit
- AppPairs: Main interface used to pair and unpair tasks.
- AppPairsController: Main controller for app-pairs and implements
AppPairs interface.
- AppPair: Manages a singal instance of an app-pair consisting of a
root task and 2 other tasks that are paired together.
- AppPairPool: Helper object pool for AppPair class so we don't have to
wait for a root task creation from system_server when we need an
app-pair.
- adb shell commands for pairing and unpairing tasks
Test: adb shell commands for pair/unpair
adb shell dumpsys activity service SystemUIService WMShell \
pair taskId1 taskId2
adb shell dumpsys activity service SystemUIService WMShell \
unpair taskId
Test: AppPairTests, AppPairsPoolTests, AppPairControllerTests
Bug: 172704672
Change-Id: Ie0a70c1aa764ad83b763931501234c1960251ca4
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions