/frameworks/base/telephony/java/android/telephony/ |
D | DataSpecificRegistrationInfo.java | 107 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 …]
|
D | NetworkRegistrationInfo.java | 358 int maxDataCalls, boolean isDcNrRestricted, in NetworkRegistrationInfo() argument 363 new DataSpecificRegistrationInfo.Builder(maxDataCalls) in NetworkRegistrationInfo()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellularNetworkServiceTest.java | 126 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 …]
|
D | DataSpecificRegistrationInfoTest.java | 41 assertEquals(3, dsri.maxDataCalls); in testBuilder() 54 assertEquals(5, dsri.maxDataCalls); in testBuilder()
|
D | SimulatedCommands.java | 981 ((DataRegStateResult) ret).base.maxDataCalls = mMaxDataCalls; in getDataRegistrationState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 350 int maxDataCalls = dataRegState.base.maxDataCalls; in createRegistrationStateFromDataRegState() local 362 maxDataCalls, isDcNrRestricted, isNrAvailable, isEndcAvailable, in createRegistrationStateFromDataRegState()
|
D | ServiceStateTracker.java | 2320 mNewMaxDataCalls = dataSpecificStates.maxDataCalls; in handlePollStateResultMessage()
|
D | RILUtils.java | 2124 hwModem.maxVoiceCalls, hwModem.maxDataCalls, hwModem.maxStandby); in convertHalHardwareConfigList()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 52876 Landroid/telephony/DataSpecificRegistrationStates;->maxDataCalls:I
|