Searched refs:mOsuNetworkConnection (Results 1 – 3 of 3) sorted by relevance
82 private final OsuNetworkConnection mOsuNetworkConnection; field in PasspointProvisioner100 mOsuNetworkConnection = objectFactory.makeOsuNetworkConnection(context); in PasspointProvisioner()120 mOsuNetworkConnection.init(mProvisioningStateMachine.getHandler()); in init()136 mOsuNetworkConnection.enableVerboseLogging(level); in enableVerboseLogging()267 mOsuNetworkConnection.setEventCallback(mOsuNetworkCallbacks); in startProvisioning()272 if (!mOsuNetworkConnection.connect(mOsuProvider.getOsuSsid(), in startProvisioning()969 mOsuNetworkConnection.setEventCallback(null); in resetStateMachine()970 mOsuNetworkConnection.disconnectIfNeeded(); in resetStateMachine()
176 @Mock OsuNetworkConnection mOsuNetworkConnection; field in PasspointProvisionerTest212 .thenReturn(mOsuNetworkConnection); in setUp()224 when(mOsuNetworkConnection.connect(any(WifiSsid.class), any(), any())).thenReturn(true); in setUp()297 verify(mOsuNetworkConnection).init(mHandlerCaptor.capture()); in initAndStartProvisioning()311 verify(mOsuNetworkConnection, atLeastOnce()) in initAndStartProvisioning()519 verify(mOsuNetworkConnection, atLeastOnce()).connect(wifiSsidArgumentCaptor.capture(), in verifySelectBestOsuProviderForProvisioning()547 verify(mOsuNetworkConnection).init(mHandlerCaptor.capture()); in verifyRedirectStartFailure()573 when(mOsuNetworkConnection.connect(any(WifiSsid.class), any(), any())).thenReturn(false); in verifyConnectAttemptFailure()
179 @Mock OsuNetworkConnection mOsuNetworkConnection; field in PasspointManagerTest207 .thenReturn(mOsuNetworkConnection); in setUp()