HomeSort by relevance Sort by last modified time
    Searched defs: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);
130 ContactManager.addStreamItems(mContext, updatedContacts,
139 ContactManager.clearSyncFlags(mContext, dirtyContacts);
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager.cc 26 ContactManager* g_instance = NULL;
31 ContactManager* ContactManager::GetInstance() {
37 ContactManager::ContactManager()
47 ContactManager::~ContactManager() {
58 void ContactManager::SetContactStoreForTesting(
64 void ContactManager::Init() {
82 base::WeakPtr<ContactManagerInterface> ContactManager::GetWeakPtr()
    [all...]
contact_manager.h 62 class ContactManager : public ContactManagerInterface,
66 static ContactManager* GetInstance();
68 ContactManager();
69 virtual ~ContactManager();
130 DISALLOW_COPY_AND_ASSIGN(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 58 public class ContactManager {
65 private static final String TAG = "ContactManager";
    [all...]

Completed in 72 milliseconds