Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DDataSpecificRegistrationInfo.java40 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()
DNetworkRegistrationInfo.java251 @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/
DCellularNetworkService.java274 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()
DServiceStateTracker.java2137 mNewMaxDataCalls = dataSpecificStates.maxDataCalls; in handlePollStateResultMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java111 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/
DSimulatedCommands.java1008 ret.maxDataCalls = mMaxDataCalls; in getDataRegistrationState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt72411 Landroid/telephony/DataSpecificRegistrationStates;->maxDataCalls:I