Searched refs:hasPendingConnectionRequests (Results 1 – 6 of 6) sorted by relevance
270 assertTrue(mMultiInternetManager.hasPendingConnectionRequests()); in testSetMultiInternetConnectionWorksource()294 assertTrue(mMultiInternetManager.hasPendingConnectionRequests()); in testSetMultiInternetConnectionWorksourceOnTwoBands()313 assertFalse(mMultiInternetManager.hasPendingConnectionRequests()); in testSetMultiInternetConnectionWorksourceOnTwoBands()324 assertTrue(mMultiInternetManager.hasPendingConnectionRequests()); in testOnInternetValidatedSecondaryCmmConnection()328 assertFalse(mMultiInternetManager.hasPendingConnectionRequests()); in testOnInternetValidatedSecondaryCmmConnection()360 assertTrue(mMultiInternetManager.hasPendingConnectionRequests()); in testOnL3ConnectedSecondaryCmmConnection()364 assertFalse(mMultiInternetManager.hasPendingConnectionRequests()); in testOnL3ConnectedSecondaryCmmConnection()378 assertTrue(mMultiInternetManager.hasPendingConnectionRequests()); in testOnConnectionEndPrimaryCmmConnection()382 assertFalse(mMultiInternetManager.hasPendingConnectionRequests()); in testOnConnectionEndPrimaryCmmConnection()387 assertTrue(mMultiInternetManager.hasPendingConnectionRequests()); in testOnConnectionEndPrimaryCmmConnection()[all …]
685 when(mMultiInternetManager.hasPendingConnectionRequests()).thenReturn(true); in setUp()1173 when(mMultiInternetManager.hasPendingConnectionRequests()).thenReturn(false); in triggerConnectWithNoNetworkRequest()2373 when(mMultiInternetManager.hasPendingConnectionRequests()).thenReturn(false); in triggerConnectWithNoNetworkRequestAndAlreadyConnected()2400 when(mMultiInternetManager.hasPendingConnectionRequests()).thenReturn(false); in triggerConnectWithNoNetworkRequestAndAlreadyConnectedButNonPrivilegedApp()
1533 when(mMultiInternetManager.hasPendingConnectionRequests()).thenReturn(true); in testMultiInternetSecondaryConnectionRequest()1631 when(mMultiInternetManager.hasPendingConnectionRequests()).thenReturn(false); in multiInternetSecondaryConnectionDisconnectedBeforeNetworkSelection()
192 if (hasPendingConnectionRequests()) { in onActiveModeManagerRemoved()266 if (!hasPendingConnectionRequests()) { in onL3Connected()399 if (hasPendingConnectionRequests()) { in setStaConcurrencyForMultiInternetMode()452 public boolean hasPendingConnectionRequests() { in hasPendingConnectionRequests() method in MultiInternetManager526 if (!hasPendingConnectionRequests()) { in updateNetworkConnectionStates()
696 if (hasMultiInternetConnection() && mMultiInternetManager.hasPendingConnectionRequests()) { in handleScanResults()
7872 || mMultiInternetManager.hasPendingConnectionRequests(); in hasConnectionRequests()