Merge changes from topic "netstack_api_review" into rvc-dev am: 411bf171fa

Change-Id: Ieade72c400b11413fec2c6c7f2b3041b194efc19
This commit is contained in:
Remi NGUYEN VAN
2020-03-19 01:30:51 +00:00
committed by Automerger Merge Worker

View File

@@ -428,7 +428,6 @@ public class ConnectivityServiceTest {
public Object getSystemService(String name) {
if (Context.CONNECTIVITY_SERVICE.equals(name)) return mCm;
if (Context.NOTIFICATION_SERVICE.equals(name)) return mNotificationManager;
if (Context.NETWORK_STACK_SERVICE.equals(name)) return mNetworkStack;
if (Context.USER_SERVICE.equals(name)) return mUserManager;
if (Context.ALARM_SERVICE.equals(name)) return mAlarmManager;
if (Context.LOCATION_SERVICE.equals(name)) return mLocationManager;