Searched refs:mWcm (Results 1 – 2 of 2) sorted by relevance
56 private @Mock WifiConfigManager mWcm; field in SupplicantStateTrackerTest78 mSupplicantStateTracker = new SupplicantStateTracker(mContext, mWcm, mBatteryStats, in setUp()
196 @Mock WifiConfigManager mWcm; field in WifiMetricsTest243 mWifiMetrics.setWifiConfigManager(mWcm); in setUp()646 when(mWcm.getSavedNetworkForScanDetail(eq(mockScanDetail))) in buildMockScanDetail()2935 when(mWcm.getConfiguredNetwork(testNetworkId)).thenReturn(config); in testLogUserActionEventValidNetworkId()3004 when(mWcm.getConfiguredNetwork(TEST_NETWORK_ID)).thenReturn(testConfig); in testNetworkDisableReasonInUserActionEvent()3043 when(mWcm.getConfiguredNetwork(TEST_NETWORK_ID)).thenReturn(testConfig); in testNetworkDisableReasonDisableAutojoinInUserActionEvent()3070 when(mWcm.getConfiguredNetwork(testNetworkId)).thenReturn(null); in testLogUserActionEventInvalidNetworkId()