Home | History | Annotate | Download | only in net

Lines Matching defs:specifier

208      * Network specifier for factories which want to match any network specifier
581 * Sets the optional bearer specific network specifier.
592 * specific network specifier where the bearer has a choice of
607 * Gets the optional bearer specific network specifier.
609 * @return The optional {@code String} specifying the bearer specific network specifier.
872 String specifier = (mNetworkSpecifier == null ?
873 "" : " Specifier: <" + mNetworkSpecifier + ">");
877 return "[" + transports + capabilities + upBand + dnBand + specifier + signalStrength + "]";