Lines Matching full:service
73 * A service responsible for saving changes to the content provider.
176 Object service = super.getSystemService(name);
177 if (service != null) {
178 return service;
225 * Creates an intent that can be sent to this service to create a new raw contact
242 // Callback intent will be invoked by the service once the new contact is
243 // created. The service will put the URI of the new contact as "data" on
290 * Creates an intent that can be sent to this service to create a new raw contact
308 * Creates an intent that can be sent to this service to create a new raw contact
328 // Callback intent will be invoked by the service once the contact is
329 // saved. The service will put the URI of the new contact as "data" on
537 * Creates an intent that can be sent to this service to create a new group as
559 // Callback intent will be invoked by the service once the new group is
610 * Creates an intent that can be sent to this service to rename a group.
619 // Callback intent will be invoked by the service once the group is renamed.
647 * Creates an intent that can be sent to this service to delete a group.
668 * Creates an intent that can be sent to this service to rename a group as
693 // Callback intent will be invoked by the service once the group is updated
800 * Creates an intent that can be sent to this service to star or un-star a contact.
843 * Creates an intent that can be sent to this service to set the redirect to voicemail.
869 * Creates an intent that can be sent to this service to save the contact's ringtone.
942 * Creates an intent that can be sent to this service to delete a contact.
962 * Creates an intent that can be sent to this service to join two contacts.
973 // Callback intent will be invoked by the service once the contacts are joined.