public class

SecureSettingSwitchPreference

extends SelfRemovingSwitchPreference
java.lang.Object
   ↳ android.support.v7.preference.Preference
     ↳ android.support.v7.preference.TwoStatePreference
       ↳ android.support.v14.preference.SwitchPreference
         ↳ lineageos.preference.SelfRemovingSwitchPreference
           ↳ lineageos.preference.SecureSettingSwitchPreference

Summary

[Expand]
Inherited Constants
From class android.support.v7.preference.Preference
[Expand]
Inherited Fields
From class android.support.v7.preference.TwoStatePreference
Public Constructors
SecureSettingSwitchPreference(Context context, AttributeSet attrs, int defStyle)
SecureSettingSwitchPreference(Context context, AttributeSet attrs)
SecureSettingSwitchPreference(Context context)
Protected Methods
boolean getPersistedBoolean(boolean defaultReturnValue)
boolean isPersisted()
boolean persistBoolean(boolean value)
[Expand]
Inherited Methods
From class lineageos.preference.SelfRemovingSwitchPreference
From class android.support.v14.preference.SwitchPreference
From class android.support.v7.preference.TwoStatePreference
From class android.support.v7.preference.Preference
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public SecureSettingSwitchPreference (Context context, AttributeSet attrs, int defStyle)

added in API level 8

Parameters
context Context
attrs AttributeSet
defStyle int

public SecureSettingSwitchPreference (Context context, AttributeSet attrs)

added in API level 8

Parameters
context Context
attrs AttributeSet

public SecureSettingSwitchPreference (Context context)

added in API level 8

Parameters
context Context

Protected Methods

protected boolean getPersistedBoolean (boolean defaultReturnValue)

Parameters
defaultReturnValue boolean
Returns
boolean

protected boolean isPersisted ()

Returns
boolean

protected boolean persistBoolean (boolean value)

Parameters
value boolean
Returns
boolean