Home
last modified time | relevance | path

Searched defs:FooterPreference (Results 1 – 2 of 2) sorted by relevance

/packages/apps/PermissionController/src/com/android/permissioncontroller/role/ui/handheld/
DFooterPreference.java39 public class FooterPreference extends Preference { class
43 FooterPreference(@NonNull Context context, @Nullable AttributeSet attrs, in FooterPreference() method in FooterPreference
50 FooterPreference(@NonNull Context context, @Nullable AttributeSet attrs, in FooterPreference() method in FooterPreference
57 FooterPreference(@NonNull Context context, @Nullable AttributeSet attrs) { in FooterPreference() method in FooterPreference
64 public FooterPreference(@NonNull Context context) { in FooterPreference() method in FooterPreference
/packages/apps/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DFooterPreference.kt30 class FooterPreference : Preference { class