commit | 207037a2438bd2f06df1417abebefa2f4b62ed05 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Tue Apr 02 00:49:00 2019 +0800 |
committer | paulhu <paulhu@google.com> | Tue Apr 02 00:49:00 2019 +0800 |
tree | a7210f364b6ba5ef81ecf9d8f3ea6d20a303f22e | |
parent | 98aa76e2e88587275f33e9d528ee1b86ef7c4996 [diff] |
Fix IpPrefixTest#testContainsInetAddress fail. The argument of IpPreFix#contains() has been marked as @NonNull. So the IpPrefixTest#testContainsInetAddress should not test contains() method wiht null object. Bug: None Test: atest FrameworksNetTests atest IpPrefixTest#testContainsInetAddress Change-Id: I2f6bee19514dc47702f64d2a2bbf02d8b7b1b407