Searched refs:isConcurrentVoiceAndDataAllowed (Results 1 – 12 of 12) sorted by relevance
160 assertTrue(mApnContext.isConcurrentVoiceAndDataAllowed()); in testConcurrentVoiceAndDataAllowed()162 assertFalse(mApnContext.isConcurrentVoiceAndDataAllowed()); in testConcurrentVoiceAndDataAllowed()
138 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed())) in sendSms()
1425 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1427 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1431 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1433 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1435 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()
315 doReturn(false).when(mSST).isConcurrentVoiceAndDataAllowed(); in testGetDataConnectionState()
515 boolean isConcurrentVoiceAndDataAllowed(int subId); in isConcurrentVoiceAndDataAllowed() method
1314 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in isDataAllowed()1417 } else if (apnContext.isConcurrentVoiceAndDataAllowed() == false && in setupDataOnConnectableApns()1418 mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in setupDataOnConnectableApns()1464 .isConcurrentVoiceAndDataAllowed()); in trySetupData()3213 mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()); in onDisconnectDone()3237 if (isConnected() && ! mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallStarted()3249 if (!mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in onVoiceCallEnded()3907 .isConcurrentVoiceAndDataAllowed())) { in handleMessage()
261 public synchronized boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ApnContext
1427 if (sst.isConcurrentVoiceAndDataAllowed() == false) { in updateNetworkInfoSuspendState()
1893 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in Phone1895 return sst == null ? false : sst.isConcurrentVoiceAndDataAllowed(); in isConcurrentVoiceAndDataAllowed()
540 && !mSST.isConcurrentVoiceAndDataAllowed()) { in getDataConnectionState()
2592 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ServiceStateTracker
9567 HPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->isConcurrentVoiceAndDataAllowed(I)Z9632 HPLcom/android/internal/telephony/Phone;->isConcurrentVoiceAndDataAllowed()Z40213 HSPLcom/android/internal/telephony/ITelephony;->isConcurrentVoiceAndDataAllowed(I)Z40774 HSPLcom/android/internal/telephony/ServiceStateTracker;->isConcurrentVoiceAndDataAllowed()Z