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

/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java171 public static final int SHOW_RUNNING_SERVICES = MENU_OPTIONS_BASE + 6; field in class:ManageApplications
1098 menu.add(0, SHOW_RUNNING_SERVICES, 3, R.string.show_running_services)
1138 mOptionsMenu.findItem(SHOW_RUNNING_SERVICES).setVisible(showingBackground);
1145 mOptionsMenu.findItem(SHOW_RUNNING_SERVICES).setVisible(false);
1250 } else if (menuId == SHOW_RUNNING_SERVICES) {

Completed in 47 milliseconds