Searched refs:isConcurrentVoiceAndDataAllowed (Results 1 – 15 of 15) sorted by relevance
187 assertTrue(mApnContext.isConcurrentVoiceAndDataAllowed()); in testConcurrentVoiceAndDataAllowed()189 assertFalse(mApnContext.isConcurrentVoiceAndDataAllowed()); in testConcurrentVoiceAndDataAllowed()
126 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) in sendSms()
104 if (!mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallEnded()
1364 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in isDataAllowed()1486 } else if (!apnContext.isConcurrentVoiceAndDataAllowed() in setupDataOnConnectableApn()1487 && mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in setupDataOnConnectableApn()1539 .isConcurrentVoiceAndDataAllowed()); in trySetupData()3088 mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()); in onDisconnectDone()3098 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallStarted()3110 if (!mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallEnded()3733 .isConcurrentVoiceAndDataAllowed())) { in handleMessage()
282 public synchronized boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ApnContext
1801 if (sst.isConcurrentVoiceAndDataAllowed() == false) { in updateNetworkInfoSuspendState()
1807 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1809 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1818 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1825 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1827 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()
439 doReturn(false).when(mSST).isConcurrentVoiceAndDataAllowed(); in testGetDataConnectionState()
437 boolean isConcurrentVoiceAndDataAllowed(int subId); in isConcurrentVoiceAndDataAllowed() method
2142 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in Phone2144 return sst == null ? false : sst.isConcurrentVoiceAndDataAllowed(); in isConcurrentVoiceAndDataAllowed()
663 return mCT.mState != PhoneConstants.State.IDLE && !mSST.isConcurrentVoiceAndDataAllowed(); in isDataSuspended()
3019 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ServiceStateTracker
8806 return (telephony == null ? false : telephony.isConcurrentVoiceAndDataAllowed( in isConcurrentVoiceAndDataSupported()
22428 HPLcom/android/internal/telephony/Phone;->isConcurrentVoiceAndDataAllowed()Z22784 HSPLcom/android/internal/telephony/ServiceStateTracker;->isConcurrentVoiceAndDataAllowed()Z
98848 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->isConcurrentVoiceAndDataAllowed(I)Z99192 Lcom/android/internal/telephony/ITelephony;->isConcurrentVoiceAndDataAllowed(I)Z