Searched refs:isConcurrentVoiceAndDataAllowed (Results 1 – 13 of 13) sorted by relevance
187 assertTrue(mApnContext.isConcurrentVoiceAndDataAllowed()); in testConcurrentVoiceAndDataAllowed()189 assertFalse(mApnContext.isConcurrentVoiceAndDataAllowed()); in testConcurrentVoiceAndDataAllowed()
153 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) in sendSms()
119 if (!mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallEnded()
283 public synchronized boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ApnContext
1394 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in isDataAllowed()1516 } else if (!apnContext.isConcurrentVoiceAndDataAllowed() in setupDataOnConnectableApn()1517 && mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in setupDataOnConnectableApn()1569 .isConcurrentVoiceAndDataAllowed()); in trySetupData()3124 mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()); in onDisconnectDone()3133 if (isConnected() && ! mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallStarted()3145 if (!mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallEnded()3766 .isConcurrentVoiceAndDataAllowed())) { in handleMessage()
1783 if (sst.isConcurrentVoiceAndDataAllowed() == false) { in updateNetworkInfoSuspendState()
1823 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1825 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1834 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1841 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1843 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()
435 doReturn(false).when(mSST).isConcurrentVoiceAndDataAllowed(); in testGetDataConnectionState()
450 boolean isConcurrentVoiceAndDataAllowed(int subId); in isConcurrentVoiceAndDataAllowed() method
2157 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in Phone2159 return sst == null ? false : sst.isConcurrentVoiceAndDataAllowed(); in isConcurrentVoiceAndDataAllowed()
675 return mCT.mState != PhoneConstants.State.IDLE && !mSST.isConcurrentVoiceAndDataAllowed(); in isDataSuspended()
3008 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ServiceStateTracker
9144 return (telephony == null ? false : telephony.isConcurrentVoiceAndDataAllowed( in isConcurrentVoiceAndDataSupported()