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.java110 int maxConnections, int waitTime, boolean enabled, in DataProfile() argument
126 this.mMaxConnections = maxConnections; in DataProfile()
519 public @NonNull Builder setMaxConnections(int maxConnections) { in setMaxConnections() argument
520 mMaxConnections = maxConnections; in setMaxConnections()