Searched refs:isConcurrentVoiceAndDataAllowed (Results 1 – 9 of 9) sorted by relevance
156 assertTrue(mApnContext.isConcurrentVoiceAndDataAllowed()); in testConcurrentVoiceAndDataAllowed()158 assertFalse(mApnContext.isConcurrentVoiceAndDataAllowed()); in testConcurrentVoiceAndDataAllowed()
795 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()799 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()804 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()806 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()
242 doReturn(false).when(mSST).isConcurrentVoiceAndDataAllowed(); in testGetDataConnectionState()
259 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed())) in sendSmsByPstn()
1443 !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in isDataAllowed()1513 } else if (apnContext.isConcurrentVoiceAndDataAllowed() == false && in setupDataOnConnectableApns()1514 mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in setupDataOnConnectableApns()1601 apnContext.setConcurrentVoiceAndDataAllowed(sst.isConcurrentVoiceAndDataAllowed()); in trySetupData()3217 mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()); in onDisconnectDone()3243 if (isConnected() && ! mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallStarted()3255 if (!mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallEnded()3931 .isConcurrentVoiceAndDataAllowed())) { in handleMessage()
262 public synchronized boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ApnContext
1202 if (sst.isConcurrentVoiceAndDataAllowed() == false) { in updateNetworkInfoSuspendState()
523 && !mSST.isConcurrentVoiceAndDataAllowed()) { in getDataConnectionState()
2370 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ServiceStateTracker