Searched refs:MatchFilter (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/text/util/ |
D | Linkify.java | 142 public static final MatchFilter sUrlMatchFilter = new MatchFilter() { 160 public static final MatchFilter sPhoneNumberMatchFilter = new MatchFilter() { 200 public interface MatchFilter { interface in Linkify 442 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks() 466 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks() 509 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks() 535 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks() 560 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter, in addLinks() 642 MatchFilter matchFilter, TransformFilter transformFilter) { in gatherLinks()
|
/frameworks/base/config/ |
D | preloaded-classes | 3565 android.text.util.Linkify$MatchFilter
|
D | boot-image-profile.txt | 36217 Landroid/text/util/Linkify$MatchFilter;
|
D | hiddenapi-greylist-max-o.txt | 71049 …Ljava/util/regex/Pattern;[Ljava/lang/String;Landroid/text/util/Linkify$MatchFilter;Landroid/text/u…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 48637 …l.regex.Pattern, @Nullable String, @Nullable android.text.util.Linkify.MatchFilter, @Nullable andr… 48638 …llable String, @Nullable String[], @Nullable android.text.util.Linkify.MatchFilter, @Nullable andr… 48640 …l.regex.Pattern, @Nullable String, @Nullable android.text.util.Linkify.MatchFilter, @Nullable andr… 48641 …llable String, @Nullable String[], @Nullable android.text.util.Linkify.MatchFilter, @Nullable andr… 48642 …llable String, @Nullable String[], @Nullable android.text.util.Linkify.MatchFilter, @Nullable andr… 48648 field public static final android.text.util.Linkify.MatchFilter sPhoneNumberMatchFilter; 48650 field public static final android.text.util.Linkify.MatchFilter sUrlMatchFilter; 48653 public static interface Linkify.MatchFilter {
|
/frameworks/base/api/ |
D | current.txt | 48781 …l.regex.Pattern, @Nullable String, @Nullable android.text.util.Linkify.MatchFilter, @Nullable andr… 48782 …llable String, @Nullable String[], @Nullable android.text.util.Linkify.MatchFilter, @Nullable andr… 48784 …l.regex.Pattern, @Nullable String, @Nullable android.text.util.Linkify.MatchFilter, @Nullable andr… 48785 …llable String, @Nullable String[], @Nullable android.text.util.Linkify.MatchFilter, @Nullable andr… 48786 …llable String, @Nullable String[], @Nullable android.text.util.Linkify.MatchFilter, @Nullable andr… 48792 field public static final android.text.util.Linkify.MatchFilter sPhoneNumberMatchFilter; 48794 field public static final android.text.util.Linkify.MatchFilter sUrlMatchFilter; 48797 public static interface Linkify.MatchFilter {
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 31014 …, java.util.regex.Pattern, java.lang.String, android.text.util.Linkify.MatchFilter, android.text.u… 31016 …, java.util.regex.Pattern, java.lang.String, android.text.util.Linkify.MatchFilter, android.text.u… 31022 field public static final android.text.util.Linkify.MatchFilter sPhoneNumberMatchFilter; 31024 field public static final android.text.util.Linkify.MatchFilter sUrlMatchFilter; 31027 public static abstract interface Linkify.MatchFilter {
|