Loading services/java/com/android/server/ConnectivityService.java +3 −3 Original line number Diff line number Diff line Loading @@ -2215,7 +2215,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { } } void systemReady() { protected void systemReady() { mCaptivePortalTracker = CaptivePortalTracker.makeCaptivePortalTracker(mContext, this); loadGlobalProxy(); Loading Loading @@ -3552,7 +3552,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { Slog.e(TAG, s); } int convertFeatureToNetworkType(int networkType, String feature) { protected int convertFeatureToNetworkType(int networkType, String feature) { int usedNetworkType = networkType; if(networkType == ConnectivityManager.TYPE_MOBILE) { Loading Loading @@ -4951,7 +4951,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { setAlarm(samplingIntervalInSeconds * 1000, mSampleIntervalElapsedIntent); } void setAlarm(int timeoutInMilliseconds, PendingIntent intent) { protected void setAlarm(int timeoutInMilliseconds, PendingIntent intent) { long wakeupTime = SystemClock.elapsedRealtime() + timeoutInMilliseconds; mAlarmManager.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, wakeupTime, intent); } Loading Loading
services/java/com/android/server/ConnectivityService.java +3 −3 Original line number Diff line number Diff line Loading @@ -2215,7 +2215,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { } } void systemReady() { protected void systemReady() { mCaptivePortalTracker = CaptivePortalTracker.makeCaptivePortalTracker(mContext, this); loadGlobalProxy(); Loading Loading @@ -3552,7 +3552,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { Slog.e(TAG, s); } int convertFeatureToNetworkType(int networkType, String feature) { protected int convertFeatureToNetworkType(int networkType, String feature) { int usedNetworkType = networkType; if(networkType == ConnectivityManager.TYPE_MOBILE) { Loading Loading @@ -4951,7 +4951,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { setAlarm(samplingIntervalInSeconds * 1000, mSampleIntervalElapsedIntent); } void setAlarm(int timeoutInMilliseconds, PendingIntent intent) { protected void setAlarm(int timeoutInMilliseconds, PendingIntent intent) { long wakeupTime = SystemClock.elapsedRealtime() + timeoutInMilliseconds; mAlarmManager.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, wakeupTime, intent); } Loading