commit | 77c1118e1cf02d232e0b9163c267d43424312362 | [log] [tgz] |
---|---|---|
author | Paul Hu <paulhu@google.com> | Mon Oct 23 16:17:32 2023 +0800 |
committer | Paul Hu <paulhu@google.com> | Fri Oct 27 17:14:05 2023 +0800 |
tree | d5b293bf80bcdb12f2830f73d10234b5e58be966 | |
parent | 23376e6fe77f56cf97dcb39243e2a72d074c3cf5 [diff] |
Remove DefaultState in NsdService The code handling service registration, discovery, and resolution in DefaultState is never executed because these messages are always handled in EnabledState. Therefore, the active code in DefaultState should be moved to EnabledState and DefaultState should be removed. Bug: 307209858 Test: atest FrameworksNetTests CtsNetTestCases Change-Id: I38a255ddf72148c7ae13d3079dbd3c03f800b9c2