Home
last modified time | relevance | path

Searched refs:maxDataCalls (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DDataSpecificRegistrationInfo.java107 public final int maxDataCalls; field in DataSpecificRegistrationInfo
151 this.maxDataCalls = builder.mMaxDataCalls; in DataSpecificRegistrationInfo()
165 int maxDataCalls, boolean isDcNrRestricted, boolean isNrAvailable, in DataSpecificRegistrationInfo() argument
167 this.maxDataCalls = maxDataCalls; in DataSpecificRegistrationInfo()
183 maxDataCalls = dsri.maxDataCalls; in DataSpecificRegistrationInfo()
193 maxDataCalls = source.readInt(); in DataSpecificRegistrationInfo()
204 dest.writeInt(maxDataCalls); in writeToParcel()
223 .append(" maxDataCalls = " + maxDataCalls) in toString()
236 return Objects.hash(maxDataCalls, isDcNrRestricted, isNrAvailable, in hashCode()
248 return this.maxDataCalls == other.maxDataCalls in equals()
[all …]
DNetworkRegistrationInfo.java358 int maxDataCalls, boolean isDcNrRestricted, in NetworkRegistrationInfo() argument
363 new DataSpecificRegistrationInfo.Builder(maxDataCalls) in NetworkRegistrationInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java126 int maxDataCalls = 4; in testGetNetworkRegistrationInfo() local
142 mSimulatedCommands.mMaxDataCalls = maxDataCalls; in testGetNetworkRegistrationInfo()
180 false, availableServices, null, "", maxDataCalls, false, false, false, in testGetNetworkRegistrationInfo()
207 int maxDataCalls = 16; in testGetNetworkRegistrationInfoV1_5() local
279 "", maxDataCalls, isDcNrRestricted, isNrAvailable, isEndcAvailable, vops); in testGetNetworkRegistrationInfoV1_5()
305 int maxDataCalls = 16; in testGetNetworkRegistrationInfoV1_6WithLte() local
377 "", maxDataCalls, isDcNrRestricted, isNrAvailable, isEndcAvailable, vops); in testGetNetworkRegistrationInfoV1_6WithLte()
404 int maxDataCalls = 16; in testGetNetworkRegistrationInfoV1_6WithNr() local
468 "", maxDataCalls, false, false, false, vops); in testGetNetworkRegistrationInfoV1_6WithNr()
530 int maxDataCalls = 4; in testGetAvailableServices_withMmsEnabled() local
[all …]
DDataSpecificRegistrationInfoTest.java41 assertEquals(3, dsri.maxDataCalls); in testBuilder()
54 assertEquals(5, dsri.maxDataCalls); in testBuilder()
DSimulatedCommands.java981 ((DataRegStateResult) ret).base.maxDataCalls = mMaxDataCalls; in getDataRegistrationState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java350 int maxDataCalls = dataRegState.base.maxDataCalls; in createRegistrationStateFromDataRegState() local
362 maxDataCalls, isDcNrRestricted, isNrAvailable, isEndcAvailable, in createRegistrationStateFromDataRegState()
DServiceStateTracker.java2320 mNewMaxDataCalls = dataSpecificStates.maxDataCalls; in handlePollStateResultMessage()
DRILUtils.java2124 hwModem.maxVoiceCalls, hwModem.maxDataCalls, hwModem.maxStandby); in convertHalHardwareConfigList()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52876 Landroid/telephony/DataSpecificRegistrationStates;->maxDataCalls:I