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.java266 Preference processPref = new Preference(getPrefContext()); in fillProcessesSection() local
267 processPref.setTitle(entry.mLabel); in fillProcessesSection()
268 processPref.setSelectable(false); in fillProcessesSection()
276 processPref.setSummary( in fillProcessesSection()
278 mProcGroup.addPreference(processPref); in fillProcessesSection()
341 private void fillServicesSection(ProcStatsEntry entry, PreferenceCategory processPref) { in fillServicesSection() argument
376 processPref.addPreference(servicePref); in fillServicesSection()