Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DRunningServices.java33 private static final int SHOW_RUNNING_SERVICES = 1; field in RunningServices
64 menu.add(0, SHOW_RUNNING_SERVICES, 1, R.string.show_running_services) in onCreateOptionsMenu()
87 case SHOW_RUNNING_SERVICES: in onOptionsItemSelected()
107 mOptionsMenu.findItem(SHOW_RUNNING_SERVICES).setVisible(showingBackground); in updateOptionsMenu()