Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java162 LteVopsSupportInfo lteVopsSupportInfo = in testGetNetworkRegistrationInfo() local
170 lteVopsSupportInfo, false); in testGetNetworkRegistrationInfo()
DServiceStateTrackerTest.java1736 LteVopsSupportInfo lteVopsSupportInfo = in changeRegState() local
1742 null, cid, 1, false, false, false, lteVopsSupportInfo, false); in changeRegState()
1836 LteVopsSupportInfo lteVopsSupportInfo = in sendRegStateUpdateForLteCellId() local
1842 0, false, null, cellId, 1, false, false, false, lteVopsSupportInfo, false); in sendRegStateUpdateForLteCellId()
1907 LteVopsSupportInfo lteVopsSupportInfo = in testPhyChanBandwidthResetsOnOos() local
1914 false, lteVopsSupportInfo, false); in testPhyChanBandwidthResetsOnOos()
2056 LteVopsSupportInfo lteVopsSupportInfo = in testOnVopsInfoChanged() local
2063 0, false, null, cellId, 1, false, false, false, lteVopsSupportInfo, false); in testOnVopsInfoChanged()
2083 assertEquals(lteVopsSupportInfo, in testOnVopsInfoChanged()
2086 lteVopsSupportInfo = in testOnVopsInfoChanged()
[all …]
DServiceStateTest.java318 LteVopsSupportInfo lteVopsSupportInfo = in testNetworkRegistrationInfo() local
347 0, 0, 0, true, null, null, 0, false, false, false, lteVopsSupportInfo, false); in testNetworkRegistrationInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java280 LteVopsSupportInfo lteVopsSupportInfo = in createRegistrationStateFromDataRegState() local
321 lteVopsSupportInfo = convertHalLteVopsSupportInfo(vopsSupport.isVopsSupported, in createRegistrationStateFromDataRegState()
324 lteVopsSupportInfo = in createRegistrationStateFromDataRegState()
347 isDcNrRestricted, isNrAvailable, isEndcAvailable, lteVopsSupportInfo, in createRegistrationStateFromDataRegState()
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java254 LteVopsSupportInfo lteVopsSupportInfo, in NetworkRegistrationInfo() argument
259 maxDataCalls, isDcNrRestricted, isNrAvailable, isEndcAvailable, lteVopsSupportInfo, in NetworkRegistrationInfo()