Searched defs:matchFilter (Results 1 – 10 of 10) sorted by relevance
/frameworks/support/compat/java/android/support/v4/text/util/ |
D | LinkifyCompat.java | 218 @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/ |
D | Linkify.java | 349 @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/ |
D | PublishConfig.java | 84 public PublishConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in PublishConfig() 281 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
|
D | SubscribeConfig.java | 82 public SubscribeConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in SubscribeConfig() 281 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
|
D | DiscoverySessionCallback.java | 106 byte[] serviceSpecificInfo, List<byte[]> matchFilter) { in onServiceDiscovered()
|
D | IWifiAwareDiscoverySessionCallback.aidl | 31 void onMatch(int peerId, in byte[] serviceSpecificInfo, in byte[] matchFilter); in onMatch()
|
D | WifiAwareManager.java | 799 public void onMatch(int peerId, byte[] serviceSpecificInfo, byte[] matchFilter) { in onMatch()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDiscoverySessionState.java | 228 byte[] matchFilter) { in onMatch()
|
D | WifiAwareStateManager.java | 724 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/ |
D | WifiAwareServiceImplTest.java | 582 private void doBadPublishConfiguration(String serviceName, byte[] ssi, byte[] matchFilter) in doBadPublishConfiguration() 598 private void doBadSubscribeConfiguration(String serviceName, byte[] ssi, byte[] matchFilter) in doBadSubscribeConfiguration()
|