HomeSort by relevance Sort by last modified time
    Searched refs:SIGNAL_STRENGTH_UNSPECIFIED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
NetworkCapabilities.java 71 mSignalStrength = SIGNAL_STRENGTH_UNSPECIFIED;
651 public static final int SIGNAL_STRENGTH_UNSPECIFIED = Integer.MIN_VALUE;
666 * value. A value of code SIGNAL_STRENGTH_UNSPECIFIED} means no value when received and has no
682 return mSignalStrength > SIGNAL_STRENGTH_UNSPECIFIED;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]

Completed in 520 milliseconds