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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
HSWanMetricsElement.java 55 public static final int AT_CAPACITY_MASK = 1 << 3;
98 boolean capped = (wanInfo & AT_CAPACITY_MASK) != 0;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
HSWanMetricsElementTest.java 53 if (TEST_AT_CAPACITY) wanInfo |= HSWanMetricsElement.AT_CAPACITY_MASK;
ANQPParserTest.java 186 if (capped) wanInfo |= HSWanMetricsElement.AT_CAPACITY_MASK;

Completed in 179 milliseconds