Home
last modified time | relevance | path

Searched defs:asTwoStatePreference (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
DRoleApplicationPreference.java31 TwoStatePreference asTwoStatePreference(); in asTwoStatePreference() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/auto/
DAutoRadioPreference.java69 public AutoRadioPreference asTwoStatePreference() { in asTwoStatePreference() method in AutoRadioPreference
DAutoSwitchPreference.java74 public AutoSwitchPreference asTwoStatePreference() { in asTwoStatePreference() method in AutoSwitchPreference
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/handheld/
DHandheldRadioPreference.java72 public HandheldRadioPreference asTwoStatePreference() { in asTwoStatePreference() method in HandheldRadioPreference
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/specialappaccess/handheld/
DHandheldSwitchPreference.java72 public HandheldSwitchPreference asTwoStatePreference() { in asTwoStatePreference() method in HandheldSwitchPreference
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/wear/
DWearRoleApplicationPreference.kt43 override fun asTwoStatePreference(): TwoStatePreference = this method