Searched refs:maxDataCalls (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | DataSpecificRegistrationInfo.java | 39 public final int maxDataCalls; field in DataSpecificRegistrationInfo 80 int maxDataCalls, boolean isDcNrRestricted, boolean isNrAvailable, in DataSpecificRegistrationInfo() argument 82 this.maxDataCalls = maxDataCalls; in DataSpecificRegistrationInfo() 96 maxDataCalls = dsri.maxDataCalls; in DataSpecificRegistrationInfo() 104 maxDataCalls = source.readInt(); in DataSpecificRegistrationInfo() 113 dest.writeInt(maxDataCalls); in writeToParcel() 130 .append(" maxDataCalls = " + maxDataCalls) in toString() 141 return Objects.hash(maxDataCalls, isDcNrRestricted, isNrAvailable, in hashCode() 152 return this.maxDataCalls == other.maxDataCalls in equals()
|
D | NetworkRegistrationInfo.java | 294 int maxDataCalls, boolean isDcNrRestricted, in NetworkRegistrationInfo() argument 300 maxDataCalls, isDcNrRestricted, isNrAvailable, in NetworkRegistrationInfo()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellularNetworkServiceTest.java | 114 int maxDataCalls = 4; in testGetNetworkRegistrationInfo() local 130 mSimulatedCommands.mMaxDataCalls = maxDataCalls; in testGetNetworkRegistrationInfo() 168 false, availableServices, null, "", maxDataCalls, false, false, false, in testGetNetworkRegistrationInfo() 195 int maxDataCalls = 16; in testGetNetworkRegistrationInfoV1_5() local 261 false, availableDataServices, null, "", maxDataCalls, isDcNrRestricted, in testGetNetworkRegistrationInfoV1_5() 288 int maxDataCalls = 16; in testGetNetworkRegistrationInfoV1_6WithLte() local 354 false, availableDataServices, null, "", maxDataCalls, isDcNrRestricted, in testGetNetworkRegistrationInfoV1_6WithLte() 382 int maxDataCalls = 16; in testGetNetworkRegistrationInfoV1_6WithNr() local 440 false, availableDataServices, null, "", maxDataCalls, false, false, false, vops); in testGetNetworkRegistrationInfoV1_6WithNr()
|
D | SimulatedCommands.java | 1049 ((DataRegStateResult) ret).maxDataCalls = mMaxDataCalls; in getDataRegistrationState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 288 int maxDataCalls = 0; in createRegistrationStateFromDataRegState() local 317 maxDataCalls = dataRegState.maxDataCalls; in createRegistrationStateFromDataRegState() 326 maxDataCalls = dataRegState.maxDataCalls; in createRegistrationStateFromDataRegState() 336 maxDataCalls = dataRegState.base.maxDataCalls; in createRegistrationStateFromDataRegState() 368 maxDataCalls, isDcNrRestricted, isNrAvailable, isEndcAvailable, in createRegistrationStateFromDataRegState()
|
D | ServiceStateTracker.java | 2392 mNewMaxDataCalls = dataSpecificStates.maxDataCalls; in handlePollStateResultMessage()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 56842 Landroid/telephony/DataSpecificRegistrationStates;->maxDataCalls:I
|