Searched refs:newConnectionInProgress (Results 1 – 1 of 1) sorted by relevance
3494 private void handleNetworkDisconnect(boolean newConnectionInProgress, int disconnectReason) { in handleNetworkDisconnect() argument3495 if (newConnectionInProgress) { in handleNetworkDisconnect()3510 + newConnectionInProgress, new Throwable()); in handleNetworkDisconnect() local3523 if (!newConnectionInProgress) { in handleNetworkDisconnect()3531 if (newConnectionInProgress && mIpClientWithPreConnection) { in handleNetworkDisconnect()3589 if (!newConnectionInProgress) { in handleNetworkDisconnect()5922 boolean newConnectionInProgress = isNewConnectionInProgress(eventInfo.ssid); in processMessageImpl()5923 if (!newConnectionInProgress) { in processMessageImpl()5936 handleNetworkDisconnect(newConnectionInProgress, eventInfo.reasonCode); in processMessageImpl()5937 if (!newConnectionInProgress) { in processMessageImpl()