OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGNAL_STRENGTH_UNSPECIFIED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/net/
NetworkCapabilities.java
64
mSignalStrength =
SIGNAL_STRENGTH_UNSPECIFIED
;
631
public static final int
SIGNAL_STRENGTH_UNSPECIFIED
= Integer.MIN_VALUE;
646
* value. A value of code
SIGNAL_STRENGTH_UNSPECIFIED
} means no value when received and has no
662
return mSignalStrength >
SIGNAL_STRENGTH_UNSPECIFIED
;
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java
[
all
...]
Completed in 1006 milliseconds