Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DChooseLockGeneric.java100 public static final String ENCRYPT_REQUESTED_QUALITY = "encrypt_requested_quality"; field in ChooseLockGeneric.ChooseLockGenericFragment
164 mEncryptionRequestQuality = savedInstanceState.getInt(ENCRYPT_REQUESTED_QUALITY); in onCreate()
323 outState.putInt(ENCRYPT_REQUESTED_QUALITY, mEncryptionRequestQuality); in onSaveInstanceState()