Home
last modified time | relevance | path

Searched refs:createFooterPreference (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/specialappaccess/
DSpecialAppAccessChildFragment.java177 descriptionPreference = preferenceFragment.createFooterPreference(); in onRoleChanged()
248 Preference createFooterPreference(); in createFooterPreference() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
DDefaultAppChildFragment.java172 descriptionPreference = preferenceFragment.createFooterPreference(); in onRoleChanged()
299 Preference createFooterPreference(); in createFooterPreference() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/auto/
DAutoSpecialAppAccessFragment.java89 public Preference createFooterPreference() { in createFooterPreference() method in AutoSpecialAppAccessFragment
DAutoDefaultAppFragment.java99 public Preference createFooterPreference() { in createFooterPreference() method in AutoDefaultAppFragment
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/specialappaccess/handheld/
DHandheldSpecialAppAccessPreferenceFragment.java98 public Preference createFooterPreference() { in createFooterPreference() method in HandheldSpecialAppAccessPreferenceFragment
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/handheld/
DHandheldDefaultAppPreferenceFragment.java104 public Preference createFooterPreference() { in createFooterPreference() method in HandheldDefaultAppPreferenceFragment
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/
DTvUnusedAppsFragment.kt60 override fun createFooterPreference(): Preference { in createFooterPreference() method in com.android.permissioncontroller.permission.ui.television.TvUnusedAppsFragment
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
DAutoUnusedAppsFragment.kt69 override fun createFooterPreference(): Preference { in createFooterPreference() method in com.android.permissioncontroller.permission.ui.auto.AutoUnusedAppsFragment
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DHandheldUnusedAppsFragment.kt77 override fun createFooterPreference(): Preference { in createFooterPreference() method in com.android.permissioncontroller.permission.ui.handheld.HandheldUnusedAppsFragment
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DUnusedAppsFragment.kt181 val footerPreference = preferenceFragment.createFooterPreference() in <lambda>()
386 fun createFooterPreference(): Preference in <lambda>() method
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleFeaturePreferenceFragment.java615 createFooterPreference(getPreferenceScreen(), mDescription, in initFooterPreference()
629 void createFooterPreference(PreferenceScreen screen, CharSequence summary, in createFooterPreference() method in ToggleFeaturePreferenceFragment
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettings.java597 createFooterPreference(root); in addFingerprintPreferences()
711 private void createFooterPreference(PreferenceGroup root) { in createFooterPreference() method in FingerprintSettings.FingerprintSettingsFragment
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DToggleFeaturePreferenceFragmentTest.java434 mFragment.createFooterPreference(mFragment.getPreferenceScreen(), in createFooterPreference_shouldSetAsExpectedValue()