HomeSort by relevance Sort by last modified time
    Searched refs:ContactManager (Results 1 - 6 of 6) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 21 import com.example.android.samplesync.platform.ContactManager;
80 ContactManager.setAccountContactsVisibility(getContext(), account, true);
94 final long groupId = ContactManager.ensureSampleGroupExists(mContext, account);
98 dirtyContacts = ContactManager.getDirtyContacts(mContext, account);
107 Log.d(TAG, "Calling contactManager's sync contacts");
108 long newSyncState = ContactManager.updateContacts(mContext,
120 ContactManager.updateStatusMessages(mContext, updatedContacts);
130 ContactManager.addStreamItems(mContext, updatedContacts,
139 ContactManager.clearSyncFlags(mContext, dirtyContacts);
  /development/samples/ContactManager/
Android.mk 9 LOCAL_PACKAGE_NAME := ContactManager
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 17 package com.example.android.contactmanager;
34 public final class ContactManager extends Activity
37 public static final String TAG = "ContactManager";
  /development/build/
sdk.atree 169 development/samples/ContactManager samples/${PLATFORM_NAME}/ContactManager
  /frameworks/base/
Android.mk 450 -samplecode $(sample_dir)/ContactManager \
451 resources/samples/ContactManager "Contact Manager" \
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 58 public class ContactManager {
65 private static final String TAG = "ContactManager";
    [all...]

Completed in 123 milliseconds