Searched refs:maxDataCalls (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | DataSpecificRegistrationInfo.java | 40 public final int maxDataCalls; field in DataSpecificRegistrationInfo 87 int maxDataCalls, boolean isDcNrRestricted, boolean isNrAvailable, in DataSpecificRegistrationInfo() argument 90 this.maxDataCalls = maxDataCalls; in DataSpecificRegistrationInfo() 105 maxDataCalls = dsri.maxDataCalls; in DataSpecificRegistrationInfo() 114 maxDataCalls = source.readInt(); in DataSpecificRegistrationInfo() 124 dest.writeInt(maxDataCalls); in writeToParcel() 141 .append(" maxDataCalls = " + maxDataCalls) in toString() 153 return Objects.hash(maxDataCalls, isDcNrRestricted, isNrAvailable, isEnDcAvailable, in hashCode() 164 return this.maxDataCalls == other.maxDataCalls in equals()
|
D | NetworkRegistrationInfo.java | 251 @Nullable CellIdentity cellIdentity, int maxDataCalls, in NetworkRegistrationInfo() argument 259 maxDataCalls, isDcNrRestricted, isNrAvailable, isEndcAvailable, lteVopsSupportInfo, in NetworkRegistrationInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 274 int maxDataCalls = 0; in createRegistrationStateFromDataRegState() local 291 maxDataCalls = dataRegState.maxDataCalls; in createRegistrationStateFromDataRegState() 301 maxDataCalls = dataRegState.maxDataCalls; in createRegistrationStateFromDataRegState() 311 maxDataCalls = dataRegState.base.maxDataCalls; in createRegistrationStateFromDataRegState() 346 reasonForDenial, emergencyOnly, availableServices, cellIdentity, maxDataCalls, in createRegistrationStateFromDataRegState()
|
D | ServiceStateTracker.java | 2137 mNewMaxDataCalls = dataSpecificStates.maxDataCalls; in handlePollStateResultMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellularNetworkServiceTest.java | 111 int maxDataCalls = 4; in testGetNetworkRegistrationInfo() local 127 mSimulatedCommands.mMaxDataCalls = maxDataCalls; in testGetNetworkRegistrationInfo() 169 false, availableServices, null, maxDataCalls, false, false, false, in testGetNetworkRegistrationInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 1008 ret.maxDataCalls = mMaxDataCalls; in getDataRegistrationState()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 72411 Landroid/telephony/DataSpecificRegistrationStates;->maxDataCalls:I
|