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