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.java249 Preference processPref = new Preference(getActivity()); in fillProcessesSection() local
250 processPref.setTitle(entry.mLabel); in fillProcessesSection()
251 processPref.setSelectable(false); in fillProcessesSection()
259 processPref.setSummary( in fillProcessesSection()
261 mProcGroup.addPreference(processPref); in fillProcessesSection()
324 private void fillServicesSection(ProcStatsEntry entry, PreferenceCategory processPref) { in fillServicesSection() argument
359 processPref.addPreference(servicePref); in fillServicesSection()