Searched refs:introPreference (Results 1 – 2 of 2) sorted by relevance
77 final TopIntroPreference introPreference = new TopIntroPreference(screen.getContext()); in addStaticPreferences() local78 introPreference.setTitle(R.string.private_space_auto_lock_page_summary); in addStaticPreferences()79 screen.addPreference(introPreference); in addStaticPreferences()
83 final Preference introPreference = findPreference(KEY_INTRO_PREFERENCE); in updateUiForActiveUnlock() local84 if (introPreference != null) { in updateUiForActiveUnlock()85 introPreference.setTitle(mActiveUnlockStatusUtils.getIntroForActiveUnlock()); in updateUiForActiveUnlock()