OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContactManager
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_observer.h
12
class
ContactManager
;
14
// Interface for classes that need to observe changes to
ContactManager
.
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
);
contact_manager_unittest.cc
30
//
ContactManager
and counts the number of times that it's been told that
34
TestContactManagerObserver(
ContactManager
* contact_manager,
55
ContactManager
* contact_manager_; // not owned
76
contact_manager_.reset(new
ContactManager
);
87
scoped_ptr<
ContactManager
> contact_manager_;
101
//
ContactManager
should notify its observers when it receives notification
160
//
ContactManager
shouldn't try to create a ContactStore for an unsuppported
/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
/external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.h
14
class
ContactManager
;
64
scoped_ptr<contacts::
ContactManager
> contact_manager_;
chrome_browser_main_chromeos.cc
476
contact_manager_.reset(new contacts::
ContactManager
());
723
// Delete
ContactManager
while |g_browser_process| is still alive.
/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
275
development/samples/
ContactManager
samples/${PLATFORM_NAME}/legacy/
ContactManager
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.cc
182
contacts::
ContactManager
::GetInstance()->GetWeakPtr()));
/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 1401 milliseconds