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

  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 350 public AnqpInformationElement[] anqpElements;
361 this.anqpElements = new AnqpInformationElement[1];
362 this.anqpElements[0] =
440 anqpElements = source.anqpElements;
558 if (anqpElements != null) {
559 dest.writeInt(anqpElements.length);
560 for (AnqpInformationElement element : anqpElements) {
628 sr.anqpElements = new AnqpInformationElement[n];
635 sr.anqpElements[i]
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java 312 Map<Constants.ANQPElementType, ANQPElement> anqpElements) {
313 updateAnqpCache(scanDetail, anqpElements);
314 if (anqpElements == null || anqpElements.isEmpty()) {
317 scanDetail.propagateANQPInfo(anqpElements);
    [all...]

Completed in 48 milliseconds