Home | History | Annotate | Download | only in snippets

Lines Matching full:service

14 category.service=System Services
15 category.service.description=Obtain handles for system-level services
17 snippet.service.systemService00=Activity Manager
18 snippet.service.systemService01=Alarm Manager
19 snippet.service.systemService02=Audio Manager
20 snippet.service.systemService03=Clipboard Manager
21 snippet.service.systemService04=Connectivity Manager
22 snippet.service.systemService05=Input Method Manager
23 snippet.service.systemService06=Keyguard Manager
24 snippet.service.systemService07=Layout Inflater Manager
25 snippet.service.systemService08=Location Manager
26 snippet.service.systemService09=Notification Manager
27 snippet.service.systemService10=Power Manager
28 snippet.service.systemService11=Search Manager
29 snippet.service.systemService12=Sensor Manager
30 snippet.service.systemService13=Telephony Manager
31 snippet.service.systemService14=Vibrator
32 snippet.service.systemService15=Wallpaper
33 snippet.service.systemService16=Wi-Fi Manager
34 snippet.service.systemService17=Window Manager
36 snippet.service.systemService00.description=Obtain a handle to the manager responsible for interacting with running activities
37 snippet.service.systemService01.description=Obtain a handle to the manager responsible for providing access to the system alarm services
38 snippet.service.systemService02.description=Obtain a handle to the manager responsible for handling volume, ringer modes, audio routing and so on
39 snippet.service.systemService03.description=Obtain a handle to the manager responsible for accessing and modifying the contents of the global clipboard
40 snippet.service.systemService04.description=Obtain a handle to the manager responsible for answering queries about the state of network connectivity
41 snippet.service.systemService05.description=Obtain a handle to the manager responsible for handling input methods
42 snippet.service.systemService06.description=Obtain a handle to the manager responsible for locking and unlocking the keyboard
43 snippet.service.systemService07.description=Obtain a handle to the manager responsible for instantiating layout XML files into their corresponding View objects
44 snippet.service.systemService08.description=Obtain a handle to the manager responsible for providing access to the system location services (geographical location)
45 snippet.service.systemService09.description=Obtain a handle to the manager responsible for informing the user about events that happen in the background
46 snippet.service.systemService10.description=Obtain a handle to the manager responsible for controlling power management, including "wake locks"
47 snippet.service.systemService11.description=Obtain a handle to the manager responsible for providing access to the system search services
48 snippet.service.systemService12.description=Obtain a handle to the manager responsible for accessing sensors, such as those that provide information about device orientation and inclination
49 snippet.service.systemService13.description=Obtain a handle to the manager responsible for accessing information about the telephony services on the device
50 snippet.service.systemService14.description=Obtain a handle to the manager responsible for interacting with the vibration hardware
51 snippet.service.systemService15.description=Obtain a handle to the manager responsible for accessing wallpapers
52 snippet.service.systemService16.description=Obtain a handle to the manager responsible for managing all aspects of Wi-Fi connectivity
53 snippet.service.systemService17.description=Obtain a handle to the manager responsible for granting apps access to the system window manager
508 intents.start.service.label=Start Service
509 intents.start.service.description=Binds and starts service