Description of objects returned by input NAME
WINDOW_SERVICE WindowManager Window Management Service
LAYOUT_INFLATER_SERVICE LayoutInflater fill layout Service
ACTIVITY_SERVICE ActivityManager Application Status Service
POWER_SERVICE PowerManger Power Supply Service
ALARM_SERVICE AlarmManager alarm clock service
NOTIFICATION_SERVICE NotificationManager Notification Service
KEYGUARD_SERVICE KeyguardManager key lock Service
LOCATION_SERVICE the service at the location of LocationManager, such as GPS
SEARCH_SERVICE SearchManager
VEBRATOR_SERVICE Vebrator mobile phone vibration Service
CONNECTIVITY_SERVICE Connectivity Network Connection Service
WIFI_SERVICE WifiManager Wi-Fi Service
TELEPHONY_SERVICE TeleponyManager telephone service
INPUT_METHOD_SERVICE InputMethodManager Input Method Service
ACCOUNT_SERVICE AccountManager Account Service
STORAGE_SERVICE StorageManager External Storage Management Service
WALLPAPER_SERVICE WallpaperService wallpaper Service
STATUS_BAR_SERVICE StatusBarManager status bar service
DOWNLOAD_SERVICE DownloadManager download service
These are common system services.
Example:
LayoutInflate layoutInflater = (LayoutInflater) getSystemService (LAYOUT_INFLATER_SERVICE );