Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/text/util/
DLinkifyCompat.java218 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks()
242 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks()
283 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks()
307 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks()
384 Linkify.MatchFilter matchFilter, Linkify.TransformFilter transformFilter) { in gatherLinks()
/frameworks/base/core/java/android/text/util/
DLinkify.java349 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks()
373 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks()
414 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks()
438 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks()
511 MatchFilter matchFilter, TransformFilter transformFilter) { in gatherLinks()
/frameworks/base/wifi/java/android/net/wifi/aware/
DPublishConfig.java84 public PublishConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in PublishConfig()
281 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
DSubscribeConfig.java82 public SubscribeConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in SubscribeConfig()
281 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
DDiscoverySessionCallback.java106 byte[] serviceSpecificInfo, List<byte[]> matchFilter) { in onServiceDiscovered()
DIWifiAwareDiscoverySessionCallback.aidl31 void onMatch(int peerId, in byte[] serviceSpecificInfo, in byte[] matchFilter); in onMatch()
DWifiAwareManager.java799 public void onMatch(int peerId, byte[] serviceSpecificInfo, byte[] matchFilter) { in onMatch()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java228 byte[] matchFilter) { in onMatch()
DWifiAwareStateManager.java724 byte[] serviceSpecificInfo, byte[] matchFilter) { in onMatchNotification()
2480 byte[] serviceSpecificInfo, byte[] matchFilter) { in onMatchLocal()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java582 private void doBadPublishConfiguration(String serviceName, byte[] ssi, byte[] matchFilter) in doBadPublishConfiguration()
598 private void doBadSubscribeConfiguration(String serviceName, byte[] ssi, byte[] matchFilter) in doBadSubscribeConfiguration()