Home
last modified time | relevance | path

Searched refs:UrlTextPreference (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DUrlTextPreference.java32 public class UrlTextPreference extends Preference { class
34 public static final String TAG = UrlTextPreference.class.getSimpleName();
36 public UrlTextPreference(@NonNull Context context, @Nullable AttributeSet attrs) { in UrlTextPreference() method in UrlTextPreference
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/
DUrlTextPreferenceTest.java45 UrlTextPreference preference = new UrlTextPreference(applicationContext, /* attrs= */ null); in onBindViewHolder_checkClickableLinkIsCorrect()