Add stub of avoidUnvalidated() to ConnectivityServiceMock.

Bug: 31075769
Change-Id: I18041a2d11895f3d9b00f077dc4eef1f450e791c
(cherry picked from commit c39c5bf3b6b73b5e812d7761af5b5656f55be1f1)
diff --git a/tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java b/tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java
index db4cb15..47fc31d 100644
--- a/tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java
+++ b/tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java
@@ -604,6 +604,10 @@
         throw new RuntimeException("not implemented");
     }
 
+    public void setAvoidUnvalidated(Network network) {
+        throw new RuntimeException("not implemented");
+    }
+
     public int tether(String iface) {
         throw new RuntimeException("not implemented");
     }