Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java3494 private void handleNetworkDisconnect(boolean newConnectionInProgress, int disconnectReason) { in handleNetworkDisconnect() argument
3495 if (newConnectionInProgress) { in handleNetworkDisconnect()
3510 + newConnectionInProgress, new Throwable()); in handleNetworkDisconnect() local
3523 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()