Searched refs:SAVED_STATE_PARENTAL_OPTIONS (Results 1 – 1 of 1) sorted by relevance
112 private static final String SAVED_STATE_PARENTAL_OPTIONS = "enroll_preferences"; field in BiometricEnrollActivity159 mParentalOptions = savedInstanceState.getBundle(SAVED_STATE_PARENTAL_OPTIONS); in onCreate()380 outState.putBundle(SAVED_STATE_PARENTAL_OPTIONS, mParentalOptions);