commit | 8def461aa16c781275fb02b5693bf43e79193a9b | [log] [tgz] |
---|---|---|
author | Andrew Cole <captaincole@google.com> | Wed Feb 07 11:43:23 2024 -0800 |
committer | Andrew Cole <captaincole@google.com> | Thu Feb 08 12:07:09 2024 -0800 |
tree | 4b89e572225f7975e7b2d7726920e51c9d2bb10a | |
parent | 6a0c468563032942bde8bac38a322961398a0925 [diff] |
Sort Apps During setApps We found this potential edge case during the creation of AllAppsSearchImageTest. Search in all apps uses a binary search which requires the list of mApps to be sorted, which before the function setApps did not do. This could lead to other edge cases of bugs either in test or production. Bug: b/318867282 Flag: None Test: AllAppsSearchImageTest Change-Id: Iccd57fa8a51c725e8c161cbdf96f77fdc86d42b7