Home
last modified time | relevance | path

Searched refs:isConcurrentVoiceAndDataAllowed (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DApnContextTest.java188 assertTrue(mApnContext.isConcurrentVoiceAndDataAllowed()); in testConcurrentVoiceAndDataAllowed()
190 assertFalse(mApnContext.isConcurrentVoiceAndDataAllowed()); in testConcurrentVoiceAndDataAllowed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSMSDispatcher.java141 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed())) in sendSms()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1635 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()
1637 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()
1646 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()
1653 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()
1655 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()
DGsmCdmaPhoneTest.java281 doReturn(false).when(mSST).isConcurrentVoiceAndDataAllowed(); in testGetDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1324 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in isDataAllowed()
1439 } else if (!apnContext.isConcurrentVoiceAndDataAllowed() in setupDataOnConnectableApn()
1440 && mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in setupDataOnConnectableApn()
1490 .isConcurrentVoiceAndDataAllowed()); in trySetupData()
3011 mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()); in onDisconnectDone()
3020 if (isConnected() && ! mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallStarted()
3032 if (!mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallEnded()
3669 .isConcurrentVoiceAndDataAllowed())) { in handleMessage()
DApnContext.java270 public synchronized boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ApnContext
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl430 boolean isConcurrentVoiceAndDataAllowed(int subId); in isConcurrentVoiceAndDataAllowed() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java2054 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in Phone
2056 return sst == null ? false : sst.isConcurrentVoiceAndDataAllowed(); in isConcurrentVoiceAndDataAllowed()
DGsmCdmaPhone.java616 && !mSST.isConcurrentVoiceAndDataAllowed()) { in getDataConnectionState()
DServiceStateTracker.java2877 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ServiceStateTracker