Skip to content

Commit

Permalink
Merge pull request #6881 from robolectric/piper_409253263
Browse files Browse the repository at this point in the history
Adding VcnManagementService to ShadowSystemServices for VCN-related tests.
  • Loading branch information
hoisie committed Nov 28, 2021
2 parents ce6256e + cd51b60 commit 9d5fc12
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -55,6 +55,7 @@
import android.net.INetworkScoreService;
import android.net.ITetheringConnector;
import android.net.nsd.INsdManager;
import android.net.vcn.IVcnManagementService;
import android.net.wifi.IWifiManager;
import android.net.wifi.aware.IWifiAwareManager;
import android.net.wifi.p2p.IWifiP2pManager;
Expand Down Expand Up @@ -192,6 +193,7 @@ public class ShadowServiceManager {
addBinderService(Context.SPEECH_RECOGNITION_SERVICE, IRecognitionServiceManager.class);
addBinderService(Context.LEGACY_PERMISSION_SERVICE, ILegacyPermissionManager.class);
addBinderService(Context.UWB_SERVICE, IUwbAdapter.class);
addBinderService(Context.VCN_MANAGEMENT_SERVICE, IVcnManagementService.class);
}
}

Expand Down

0 comments on commit 9d5fc12

Please sign in to comment.