Searched defs:matchFilter (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | DiscoverySessionCallback.java | 115 byte[] serviceSpecificInfo, List<byte[]> matchFilter) { in onServiceDiscovered() 147 byte[] serviceSpecificInfo, List<byte[]> matchFilter, int distanceMm) { in onServiceDiscoveredWithinRange()
|
D | IWifiAwareDiscoverySessionCallback.aidl | 31 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()
|
D | PublishConfig.java | 88 public PublishConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in PublishConfig() 293 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
|
D | SubscribeConfig.java | 95 public SubscribeConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in SubscribeConfig() 349 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
|
D | WifiAwareManager.java | 712 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/ |
D | LinkifyCompat.java | 229 @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/ |
D | Linkify.java | 374 @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/ |
D | WifiAwareServiceImplTest.java | 631 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/ |
D | WifiAwareDiscoverySessionState.java | 258 byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatch()
|
D | WifiAwareStateManager.java | 1046 byte[] serviceSpecificInfo, byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatchNotification() 2968 byte[] serviceSpecificInfo, byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatchLocal()
|