OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContactSaveService
(Results
1 - 13
of
13
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java
64
public class
ContactSaveService
extends IntentService {
65
private static final String TAG = "
ContactSaveService
";
144
public
ContactSaveService
() {
153
+ " receive callback from " +
ContactSaveService
.class.getName());
212
context,
ContactSaveService
.class);
213
serviceIntent.setAction(
ContactSaveService
.ACTION_NEW_RAW_CONTACT);
215
serviceIntent.putExtra(
ContactSaveService
.EXTRA_ACCOUNT_NAME, account.name);
216
serviceIntent.putExtra(
ContactSaveService
.EXTRA_ACCOUNT_TYPE, account.type);
217
serviceIntent.putExtra(
ContactSaveService
.EXTRA_DATA_SET, account.dataSet);
220
ContactSaveService
.EXTRA_CONTENT_VALUES, values)
[
all
...]
ContactsActivity.java
35
implements
ContactSaveService
.Listener
79
ContactSaveService
.registerListener(this);
85
ContactSaveService
.unregisterListener(this);
/packages/apps/Contacts/src/com/android/contacts/interactions/
GroupCreationDialogFragment.java
18
import com.android.contacts.
ContactSaveService
;
65
activity.startService(
ContactSaveService
.createNewGroupIntent(activity,
GroupDeletionDialogFragment.java
18
import com.android.contacts.
ContactSaveService
;
73
getActivity().startService(
ContactSaveService
.createGroupDeletionIntent(
ContactDeletionInteraction.java
19
import com.android.contacts.
ContactSaveService
;
320
mContext.startService(
ContactSaveService
.createDeleteContactIntent(mContext, contactUri));
PhoneNumberInteraction.java
21
import com.android.contacts.
ContactSaveService
;
241
final Intent serviceIntent =
ContactSaveService
.createSetSuperPrimaryIntent(
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java
20
import com.android.contacts.
ContactSaveService
;
146
Intent intent =
ContactSaveService
.createSetStarredIntent(
262
Intent serviceIntent =
ContactSaveService
.createNewRawContactIntent(
ContactEditorActivity.java
19
import com.android.contacts.
ContactSaveService
;
119
intent.getBooleanExtra(
ContactSaveService
.EXTRA_SAVE_SUCCEEDED, false),
PeopleActivity.java
20
import com.android.contacts.
ContactSaveService
;
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java
20
import com.android.contacts.
ContactSaveService
;
321
Intent intent =
ContactSaveService
.createSetSendToVoicemail(
406
Intent intent =
ContactSaveService
.createSetRingtone(
ContactDetailFragment.java
23
import com.android.contacts.
ContactSaveService
;
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java
20
import com.android.contacts.
ContactSaveService
;
602
saveIntent =
ContactSaveService
.createNewGroupIntent(activity,
615
saveIntent =
ContactSaveService
.createGroupUpdateIntent(activity, mGroupId,
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
20
import com.android.contacts.
ContactSaveService
;
[
all
...]
Completed in 259 milliseconds