Searched refs:UrlTextPreference (Results 1 – 2 of 2) sorted by relevance
32 public class UrlTextPreference extends Preference { class34 public static final String TAG = UrlTextPreference.class.getSimpleName();36 public UrlTextPreference(@NonNull Context context, @Nullable AttributeSet attrs) { in UrlTextPreference() method in UrlTextPreference
45 UrlTextPreference preference = new UrlTextPreference(applicationContext, /* attrs= */ null); in onBindViewHolder_checkClickableLinkIsCorrect()