Home
last modified time | relevance | path

Searched refs:mMaxDataCalls (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DDataSpecificRegistrationInfo.java151 this.maxDataCalls = builder.mMaxDataCalls; in DataSpecificRegistrationInfo()
316 private final int mMaxDataCalls; field in DataSpecificRegistrationInfo.Builder
326 mMaxDataCalls = maxDataCalls; in Builder()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java142 mSimulatedCommands.mMaxDataCalls = maxDataCalls; in testGetNetworkRegistrationInfo()
535 mSimulatedCommands.mMaxDataCalls = maxDataCalls; in testGetAvailableServices_withMmsEnabled()
DSimulatedCommands.java157 public int mMaxDataCalls; field in SimulatedCommands
981 ((DataRegStateResult) ret).base.maxDataCalls = mMaxDataCalls; in getDataRegistrationState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java487 private int mMaxDataCalls = 1; field in ServiceStateTracker
3444 log("Poll ServiceState done: oldMaxDataCalls=" + mMaxDataCalls in pollStateDone()
3643 mMaxDataCalls = mNewMaxDataCalls; in pollStateDone()
5257 pw.println(" mMaxDataCalls=" + mMaxDataCalls); in dump()