HomeSort by relevance Sort by last modified time
    Searched refs:WifiConnectivityHelper (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityHelperTest.java 38 * Unit tests for {@link com.android.server.wifi.WifiConnectivityHelper}.
48 mWifiConnectivityHelper = new WifiConnectivityHelper(mWifiNative);
57 private WifiConnectivityHelper mWifiConnectivityHelper;
105 * WifiConnectivityHelper#isFirmwareRoamingSupported returns true.
116 * WifiConnectivityHelper#isFirmwareRoamingSupported returns false.
150 assertEquals(WifiConnectivityHelper.INVALID_LIST_SIZE,
152 assertEquals(WifiConnectivityHelper.INVALID_LIST_SIZE,
171 assertEquals(WifiConnectivityHelper.INVALID_LIST_SIZE,
173 assertEquals(WifiConnectivityHelper.INVALID_LIST_SIZE,
192 assertEquals(WifiConnectivityHelper.INVALID_LIST_SIZE
    [all...]
WifiConnectivityManagerTest.java 112 private WifiConnectivityHelper mWifiConnectivityHelper;
220 WifiConnectivityHelper mockWifiConnectivityHelper() {
221 WifiConnectivityHelper connectivityHelper = mock(WifiConnectivityHelper.class);
    [all...]
SavedNetworkEvaluatorTest.java 87 @Mock private WifiConnectivityHelper mWifiConnectivityHelper;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityHelper.java 34 public class WifiConnectivityHelper {
35 private static final String TAG = "WifiConnectivityHelper";
43 WifiConnectivityHelper(WifiNative wifiNative) {
SavedNetworkEvaluator.java 40 private final WifiConnectivityHelper mConnectivityHelper;
52 LocalLog localLog, WifiConnectivityHelper connectivityHelper) {
WifiInjector.java 107 private final WifiConnectivityHelper mWifiConnectivityHelper;
206 mWifiConnectivityHelper = new WifiConnectivityHelper(mWifiNative);
WifiConnectivityManager.java 136 private final WifiConnectivityHelper mConnectivityHelper;
530 WifiNetworkSelector networkSelector, WifiConnectivityHelper connectivityHelper,
    [all...]

Completed in 2326 milliseconds