Searched refs:otherApps (Results 1 – 1 of 1) sorted by relevance
52 PreferenceCategory otherApps = new PreferenceCategory(context); in onCreatePreferences() local53 otherApps.setTitle(R.string.tuner_other_apps); in onCreatePreferences()65 screen.addPreference(otherApps); in onCreatePreferences()85 otherApps.addPreference(appPreference); in onCreatePreferences()90 screen.removePreference(otherApps); in onCreatePreferences()91 for (int i = 0; i < otherApps.getPreferenceCount(); i++) { in onCreatePreferences()92 Preference p = otherApps.getPreference(0); in onCreatePreferences()93 otherApps.removePreference(p); in onCreatePreferences()