Home
last modified time | relevance | path

Searched refs:maxAppInfoLen (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanNative.java81 public int maxAppInfoLen; field in WifiNanNative.Capabilities
92 + maxNdpSessions + ", maxAppInfoLen=" + maxAppInfoLen + "]"; in toString()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java313 collector.checkThat("max_app_info_len", capabilities.maxAppInfoLen, in testNotifyCapabilities()