Home | History | Annotate | Download | only in Contacts

Lines Matching full:service

378         <!-- Stub service used to keep our process alive long enough for
380 <service
384 <!-- Service to save a contact -->
385 <service
445 <service
485 <!-- Service that is exclusively for the Phone application that sends out a view
486 notification. This service might be removed in future versions of the app.
489 (PhoneUtils.sendViewNotificationAsync()). If this service moves, then phone
492 <service android:name=".ViewNotificationService"
499 </service>