Merge "Create service-connectivity.jar"

This commit is contained in:
Aaron Huang
2020-10-20 06:09:41 +00:00
committed by Gerrit Code Review
7 changed files with 96 additions and 4 deletions

View File

@@ -1246,7 +1246,7 @@ public class ConnectivityServiceTest {
// Create local CM before sending system ready so that we can answer
// getSystemService() correctly.
mCm = new WrappedConnectivityManager(InstrumentationRegistry.getContext(), mService);
mService.systemReady();
mService.systemReadyInternal();
mockVpn(Process.myUid());
mCm.bindProcessToNetwork(null);