Home
last modified time | relevance | path

Searched refs:mWifi (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java215 private @Mock WifiManager mWifi; field in NetworkMonitorTest
460 when(mContext.getSystemService(Context.WIFI_SERVICE)).thenReturn(mWifi); in setUp()
2094 when(mWifi.getConnectionInfo()).thenReturn(mWifiInfo);