Searched refs:connectionStrength (Results 1 – 1 of 1) sorted by relevance
187 public Builder setConnectionStrength(@IntRange(from = 0, to = 4) int connectionStrength) { in setConnectionStrength()188 mConnectionStrength = connectionStrength; in setConnectionStrength()217 int batteryPercentage, int connectionStrength) { in validate() argument226 if (connectionStrength < 0 || connectionStrength > 4) { in validate()233 int connectionStrength, @NonNull Bundle extras) { in NetworkProviderInfo() argument234 validate(deviceType, deviceName, modelName, batteryPercentage, connectionStrength); in NetworkProviderInfo()240 mConnectionStrength = connectionStrength; in NetworkProviderInfo()