Home
last modified time | relevance | path

Searched refs:isInLegacyMode (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DTransportManager.java224 if (isInLegacyMode()) { in TransportManager()
398 public boolean isInLegacyMode() { in isInLegacyMode() method in TransportManager
417 if (isInLegacyMode()) { in getCurrentTransport()
480 pw.println("isInLegacy=" + isInLegacyMode()); in dump()
DDcTracker.java1308 && mPhone.getTransportManager().isInLegacyMode() in isDataAllowed()
1370 || (mPhone.getTransportManager().isInLegacyMode() in isDataAllowed()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java673 doReturn(true).when(mTransportManager).isInLegacyMode(); in testRoamingToOutOfService()
698 doReturn(true).when(mTransportManager).isInLegacyMode(); in testRoamingChangeForLteInLegacyMode()
722 doReturn(true).when(mTransportManager).isInLegacyMode(); in testDataOnlyRoamingCellToIWlanInLegacyMode()
747 doReturn(true).when(mTransportManager).isInLegacyMode(); in testCellVoiceDataChangeToWlanInLegacyMode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1960 if (tm == null || !tm.isInLegacyMode()) { in isCsNotInServiceAndPsWwanReportingWlan()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java1232 doReturn(true).when(mTransportManager).isInLegacyMode(); in testTrySetupDefaultOnIWLAN()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java5214 if (mTransportManager.isInLegacyMode()) { in processIwlanRegistrationInfo()
5238 if (mTransportManager.isInLegacyMode()) { in processIwlanRegistrationInfo()