commit | 859884a48f1494fe7c37990318dd2224958e6407 | [log] [tgz] |
---|---|---|
author | Aaron Huang <huangaaron@google.com> | Wed Nov 02 15:00:43 2022 +0800 |
committer | Aaron Huang <huangaaron@google.com> | Wed Nov 30 16:38:24 2022 +0000 |
tree | 37132754cff47802c09b28943f64d752a3d7a6c9 | |
parent | a8a6da0db98fb02626d32c84b088e1a9800d3516 [diff] |
Make mMatchSubscriberIds as a NonNull variable In current design, mMatchSubscriberIds can be null which has the same meaning with empty set, and is not easy to maintain since it need more checks for this variable when mSubscriberId is null. Thus make mMatchSubscriberIds NonNull for the maintenance. Bug: 238843364 Test: build, FrameworksNetTests Change-Id: I6cfc529b5f4a39ded8598283ff968f2f4d1bc89f