Searched refs:getIpReachabilityDisconnectEnabled (Results 1 – 5 of 5) sorted by relevance
168 verify(mWifiGlobals, never()).getIpReachabilityDisconnectEnabled(); in testGetIpReachDisconnect()173 when(mWifiGlobals.getIpReachabilityDisconnectEnabled()).thenReturn(true); in testGetIpReachDisconnect()177 verify(mWifiGlobals).getIpReachabilityDisconnectEnabled(); in testGetIpReachDisconnect()181 when(mWifiGlobals.getIpReachabilityDisconnectEnabled()).thenReturn(false); in testGetIpReachDisconnect()185 verify(mWifiGlobals, times(2)).getIpReachabilityDisconnectEnabled(); in testGetIpReachDisconnect()
554 when(mWifiGlobals.getIpReachabilityDisconnectEnabled()).thenReturn(true); in setUp()
108 public boolean getIpReachabilityDisconnectEnabled() { in getIpReachabilityDisconnectEnabled() method in WifiGlobals
250 + mWifiGlobals.getIpReachabilityDisconnectEnabled()); in onCommand()
4997 if (mWifiGlobals.getIpReachabilityDisconnectEnabled()) {