Lines Matching full:service
258 one from the phone?s service provider and others from VoIP or other alternative voice
837 <p>If you're developing an accessibility service, the information about various accessibility events
843 <p>If you're developing an accessibility service (such as a screen reader), you can access
870 <p>In order for your application to publish itself to the system as an accessibility service, it
873 accessibility service, see {@link
902 service that
904 {@link android.service.textservice.SpellCheckerService} and extend the {@link
905 android.service.textservice.SpellCheckerService.Session} class to provide spelling suggestions based
907 android.service.textservice.SpellCheckerService.Session} callback methods, you must return the
910 <p>Applications with a spell checker service must declare the {@link
911 android.Manifest.permission#BIND_TEXT_SERVICE} permission as required by the service.
912 The service must also declare an intent filter with {@code <action
913 android:name="android.service.textservice.SpellCheckerService" />} as the intent?s action and should
918 Spell Checker Service</a> app and
956 android.speech.tts.TextToSpeechService#onSynthesizeText onSynthesizeText()} callback in a service
1036 Private Network), running as a {@link android.app.Service}. A VPN service creates an interface for a
1040 <p>To create a VPN service, use {@link android.net.VpnService.Builder}, which allows you to specify
1045 <p>Because a VPN service can intercept packets, there are security implications. As such, if you
1046 implement {@link android.net.VpnService}, then your service must require the {@link
1048 the system is granted this permission—apps cannot request it). To then use your VPN service,
1635 <li>{@link android.Manifest.permission#ADD_VOICEMAIL}: Allows a voicemail service to add voicemail
1637 <li>{@link android.Manifest.permission#BIND_TEXT_SERVICE}: A service that implements {@link
1638 android.service.textservice.SpellCheckerService} must require this permission for itself.</li>
1639 <li>{@link android.Manifest.permission#BIND_VPN_SERVICE}: A service that implements {@link