Home
last modified time | relevance | path

Searched defs:matchFilter (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/aware/
DDiscoverySessionCallback.java115 byte[] serviceSpecificInfo, List<byte[]> matchFilter) { in onServiceDiscovered()
147 byte[] serviceSpecificInfo, List<byte[]> matchFilter, int distanceMm) { in onServiceDiscoveredWithinRange()
DIWifiAwareDiscoverySessionCallback.aidl31 void onMatch(int peerId, in byte[] serviceSpecificInfo, in byte[] matchFilter); in onMatch()
32 void onMatchWithDistance(int peerId, in byte[] serviceSpecificInfo, in byte[] matchFilter, in onMatchWithDistance()
DPublishConfig.java88 public PublishConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in PublishConfig()
293 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
DSubscribeConfig.java95 public SubscribeConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in SubscribeConfig()
349 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
DWifiAwareManager.java712 byte[] matchFilter, int distanceMm) { in onMatchCommon()
725 public void onMatch(int peerId, byte[] serviceSpecificInfo, byte[] matchFilter) { in onMatch()
732 public void onMatchWithDistance(int peerId, byte[] serviceSpecificInfo, byte[] matchFilter, in onMatchWithDistance()
/frameworks/support/compat/src/main/java/androidx/core/text/util/
DLinkifyCompat.java229 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks()
258 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks()
306 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks()
334 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks()
419 Linkify.MatchFilter matchFilter, Linkify.TransformFilter transformFilter) { in gatherLinks()
/frameworks/base/core/java/android/text/util/
DLinkify.java374 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks()
398 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks()
439 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks()
463 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks()
766 MatchFilter matchFilter, TransformFilter transformFilter) { in gatherLinks()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java631 private void doBadPublishConfiguration(String serviceName, byte[] ssi, byte[] matchFilter) in doBadPublishConfiguration()
647 private void doBadSubscribeConfiguration(String serviceName, byte[] ssi, byte[] matchFilter) in doBadSubscribeConfiguration()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java258 byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatch()
DWifiAwareStateManager.java1046 byte[] serviceSpecificInfo, byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatchNotification()
2968 byte[] serviceSpecificInfo, byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatchLocal()