OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bwSupported
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/
RttManager.java
195
public int
bwSupported
;
231
if ((
bwSupported
& RTT_BW_5_SUPPORT) != 0) {
235
if ((
bwSupported
& RTT_BW_10_SUPPORT) != 0) {
239
if ((
bwSupported
& RTT_BW_20_SUPPORT) != 0) {
243
if ((
bwSupported
& RTT_BW_40_SUPPORT) != 0) {
247
if ((
bwSupported
& RTT_BW_80_SUPPORT) != 0) {
251
if ((
bwSupported
& RTT_BW_160_SUPPORT) != 0) {
279
dest.writeInt(
bwSupported
);
296
capabilities.
bwSupported
= in.readInt();
[
all
...]
/prebuilts/sdk/system_current/
android.jar
Completed in 47 milliseconds