Searched refs:mShowOtherApps (Results 1 – 1 of 1) sorted by relevance
74 private Preference mShowOtherApps; field in AllAppsFragment164 if (!mShowOtherApps.isVisible()) { in onActivityCreated()188 mShowOtherApps = findPreference(KEY_SHOW_OTHER_APPS); in onCreatePreferences()189 mShowOtherApps.setOnPreferenceClickListener(this); in onCreatePreferences()191 mShowOtherApps.setVisible(TextUtils.isEmpty(volumeUuid)); in onCreatePreferences()311 mShowOtherApps.setVisible(false); in showOtherApps()