Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRatRatcheterTest.java89 LteVopsSupportInfo lteVopsSupportInfo = in createNetworkRegistrationInfo() local
107 lteVopsSupportInfo); // lteVopsSupportInfo in createNetworkRegistrationInfo()
DCellularNetworkServiceTest.java159 LteVopsSupportInfo lteVopsSupportInfo = in testGetNetworkRegistrationInfo() local
167 lteVopsSupportInfo); in testGetNetworkRegistrationInfo()
DServiceStateTrackerTest.java1908 LteVopsSupportInfo lteVopsSupportInfo = in changeRegState() local
1914 1, false, false, false, lteVopsSupportInfo); in changeRegState()
1933 LteVopsSupportInfo lteVopsSupportInfo = in changeRegStateWithIwlan() local
1942 1, false, false, false, lteVopsSupportInfo); in changeRegStateWithIwlan()
1961 null, null, "", 1, false, false, false, lteVopsSupportInfo); in changeRegStateWithIwlan()
2045 LteVopsSupportInfo lteVopsSupportInfo = in sendRegStateUpdateForLteCellId() local
2052 lteVopsSupportInfo); in sendRegStateUpdateForLteCellId()
2121 LteVopsSupportInfo lteVopsSupportInfo = in testPhyChanBandwidthResetsOnOos() local
2128 false, lteVopsSupportInfo); in testPhyChanBandwidthResetsOnOos()
2315 LteVopsSupportInfo lteVopsSupportInfo = in testOnVopsInfoChanged() local
[all …]
DServiceStateTest.java309 LteVopsSupportInfo lteVopsSupportInfo = in testNetworkRegistrationInfo() local
338 0, 0, 0, true, null, null, "", 0, false, false, false, lteVopsSupportInfo); in testNetworkRegistrationInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java285 LteVopsSupportInfo lteVopsSupportInfo = in createRegistrationStateFromDataRegState() local
331 lteVopsSupportInfo = convertHalLteVopsSupportInfo(vopsSupport.isVopsSupported, in createRegistrationStateFromDataRegState()
334 lteVopsSupportInfo = in createRegistrationStateFromDataRegState()
354 lteVopsSupportInfo); in createRegistrationStateFromDataRegState()
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java296 LteVopsSupportInfo lteVopsSupportInfo) { in NetworkRegistrationInfo() argument
300 maxDataCalls, isDcNrRestricted, isNrAvailable, isEndcAvailable, lteVopsSupportInfo); in NetworkRegistrationInfo()