commit | c9371d05feb0bd6c1e1f5b785d5c1d21f72cb287 | [log] [tgz] |
---|---|---|
author | Aaron Huang <huangaaron@google.com> | Mon Feb 06 21:13:33 2023 +0800 |
committer | Aaron Huang <huangaaron@google.com> | Fri Feb 10 08:04:53 2023 +0000 |
tree | 3e0c2188fa311505387ff71dc349507da4e48889 | |
parent | 0c0eb08dbbbe1a981c45bc33d8ee9ce378f582b4 [diff] |
Tempates with different subscriber ID should be not equal mSubscriberId was removed from NetworkTemplate and equals/hashCode does not check the mMatchSubscriberIds. This will cause tempates with different subscriber ID matching that are equal now. Thus adding the check for mMatchSubscriberIds to fix it. Bug: 267968247 Test: FrameworksNetTests:NetworkTemplateTest Change-Id: I2956bf4c8cf2c4d73ebe102d53e755fbcc5d7642