Searched refs:isConcurrentVoiceAndDataAllowed (Results 1 – 12 of 12) sorted by relevance
144 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) in sendSms()
1869 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1871 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1880 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1887 assertEquals(false, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()1889 assertEquals(true, sst.isConcurrentVoiceAndDataAllowed()); in testIsConcurrentVoiceAndDataAllowed()
416 doReturn(true).when(mSST).isConcurrentVoiceAndDataAllowed(); in setUp()1739 doReturn(false).when(mSST).isConcurrentVoiceAndDataAllowed(); in testCssIndicatorChanged()1747 doReturn(true).when(mSST).isConcurrentVoiceAndDataAllowed(); in testCssIndicatorChanged()1757 doReturn(false).when(mSST).isConcurrentVoiceAndDataAllowed(); in testNonConcurrentDataSuspended()
887 doReturn(true).when(mSST).isConcurrentVoiceAndDataAllowed(); in setUp()1677 doReturn(false).when(mSST).isConcurrentVoiceAndDataAllowed(); in testVoiceCallEndedOnVoiceDataNonConcurrentNetwork()
511 boolean isConcurrentVoiceAndDataAllowed(int subId); in isConcurrentVoiceAndDataAllowed() method
2335 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in Phone2337 return sst == null ? false : sst.isConcurrentVoiceAndDataAllowed(); in isConcurrentVoiceAndDataAllowed()
856 return mCT.mState != PhoneConstants.State.IDLE && !mSST.isConcurrentVoiceAndDataAllowed(); in isDataSuspended()
3241 public boolean isConcurrentVoiceAndDataAllowed() { in isConcurrentVoiceAndDataAllowed() method in ServiceStateTracker
2640 } else if (!mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()
1634 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) { in evaluateNetworkRequest()
11131 return (telephony == null ? false : telephony.isConcurrentVoiceAndDataAllowed( in isConcurrentVoiceAndDataSupported()
83772 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->isConcurrentVoiceAndDataAllowed(I)Z84116 Lcom/android/internal/telephony/ITelephony;->isConcurrentVoiceAndDataAllowed(I)Z