HomeSort by relevance Sort by last modified time
    Searched refs:ContactManager (Results 1 - 5 of 5) 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);
127 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/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 49 public class ContactManager {
56 private static final String TAG = "ContactManager";
    [all...]
  /development/build/
sdk.atree 399 development/samples/ContactManager samples/${PLATFORM_NAME}/legacy/ContactManager
    [all...]

Completed in 319 milliseconds