Home
last modified time | relevance | path

Searched refs:processPref (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java265 Preference processPref = new Preference(getPrefContext()); in fillProcessesSection() local
266 processPref.setTitle(entry.mLabel); in fillProcessesSection()
267 processPref.setSelectable(false); in fillProcessesSection()
275 processPref.setSummary( in fillProcessesSection()
277 mProcGroup.addPreference(processPref); in fillProcessesSection()
340 private void fillServicesSection(ProcStatsEntry entry, PreferenceCategory processPref) { in fillServicesSection() argument
375 processPref.addPreference(servicePref); in fillServicesSection()