Searched refs:ccmm (Results 1 – 2 of 2) sorted by relevance
502 ConcreteClientModeManager ccmm = (ConcreteClientModeManager) clientModeManager; in updateNetworkConnectionStates() local504 if (ccmm.getRole() == ROLE_CLIENT_SECONDARY_LONG_LIVED in updateNetworkConnectionStates()505 && !ccmm.isSecondaryInternet()) { in updateNetworkConnectionStates()
8831 ConcreteClientModeManager ccmm = in checkIfNeedDisconnectSecondaryWifi() local8834 if (ccmm != null && ccmm.isConnected() && ccmm.isSecondaryInternet()) { in checkIfNeedDisconnectSecondaryWifi()8835 WifiInfo secondaryWifiInfo = ccmm.getConnectionInfo(); in checkIfNeedDisconnectSecondaryWifi()8844 ccmm.disconnect(); in checkIfNeedDisconnectSecondaryWifi()