Loading wifi/java/android/net/wifi/WifiStateMachine.java +1 −0 Original line number Diff line number Diff line Loading @@ -2750,6 +2750,7 @@ public class WifiStateMachine extends HierarchicalStateMachine { try { mBatteryStats.noteWifiStopped(); } catch (RemoteException ignore) { } mScanResults = null; } } Loading Loading
wifi/java/android/net/wifi/WifiStateMachine.java +1 −0 Original line number Diff line number Diff line Loading @@ -2750,6 +2750,7 @@ public class WifiStateMachine extends HierarchicalStateMachine { try { mBatteryStats.noteWifiStopped(); } catch (RemoteException ignore) { } mScanResults = null; } } Loading