Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTransportManager.java207 if (isInLegacyMode()) { in TransportManager()
332 public boolean isInLegacyMode() { in isInLegacyMode() method in TransportManager
355 if (isInLegacyMode()) { in getCurrentTransport()
416 if (isInLegacyMode()) { in getPreferredTransport()
473 pw.println("isInLegacy=" + isInLegacyMode()); in dump()
H A DDcTracker.java1416 && mPhone.getTransportManager().isInLegacyMode() in isDataAllowed()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java736 doReturn(true).when(mTransportManager).isInLegacyMode(); in testRoamingToAirplanModeIwlanInService()
764 doReturn(true).when(mTransportManager).isInLegacyMode(); in testRoamingToOutOfService()
790 doReturn(true).when(mTransportManager).isInLegacyMode(); in testRoamingChangeForLteInLegacyMode()
815 doReturn(true).when(mTransportManager).isInLegacyMode(); in testDataOnlyRoamingCellToIWlanInLegacyMode()
841 doReturn(true).when(mTransportManager).isInLegacyMode(); in testCellVoiceDataChangeToWlanInLegacyMode()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java2405 if (tm == null || !tm.isInLegacyMode()) { in isCsNotInServiceAndPsWwanReportingWlan()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java5931 if (mTransportManager.isInLegacyMode()) { in processIwlanRegistrationInfo()
5959 if (mTransportManager.isInLegacyMode()) { in processIwlanRegistrationInfo()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java1660 doReturn(true).when(mTransportManager).isInLegacyMode(); in testTrySetupDefaultOnIWLAN()