Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/aware/
H A DPublishConfig.java212 int maxMatchFilterLength = characteristics.getMaxMatchFilterLength(); in assertValid() local
213 if (maxMatchFilterLength != 0 && mMatchFilter != null in assertValid()
214 && mMatchFilter.length > maxMatchFilterLength) { in assertValid()
H A DSubscribeConfig.java255 int maxMatchFilterLength = characteristics.getMaxMatchFilterLength(); in assertValid() local
256 if (maxMatchFilterLength != 0 && mMatchFilter != null in assertValid()
257 && mMatchFilter.length > maxMatchFilterLength) { in assertValid()