Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java108 int maxConnections, int waitTime, boolean enabled, in DataProfile() argument
125 this.mMaxConnections = maxConnections; in DataProfile()
498 public @NonNull Builder setMaxConnections(int maxConnections) { in setMaxConnections() argument
499 mMaxConnections = maxConnections; in setMaxConnections()