Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/storage/
DUserParameters.java55 public static final String KEY_SUW_TIMED_OUT = "suw-timed-out"; field in UserParameters
216 return getSharedPreferences(context).getBoolean(KEY_SUW_TIMED_OUT, false); in isSetupWizardTimedOut()
221 getSharedPreferences(context).edit().putBoolean(KEY_SUW_TIMED_OUT, true).apply(); in setSetupWizardTimedOut()
266 KEY_SUW_TIMED_OUT, isSetupWizardTimedOut(context) in dump()