HomeSort by relevance Sort by last modified time
    Searched defs:samplesync (Results 1 - 19 of 19) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/
Constants.java 16 package com.example.android.samplesync;
23 public static final String ACCOUNT_TYPE = "com.example.android.samplesync";
28 public static final String AUTHTOKEN_TYPE = "com.example.android.samplesync";
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/
InviteContactActivity.java 16 package com.example.android.samplesync.activities;
18 import com.example.android.samplesync.R;
ViewGroupActivity.java 16 package com.example.android.samplesync.activities;
18 import com.example.android.samplesync.R;
ViewStreamItemActivity.java 16 package com.example.android.samplesync.activities;
18 import com.example.android.samplesync.R;
ViewStreamItemPhotoActivity.java 16 package com.example.android.samplesync.activities;
18 import com.example.android.samplesync.R;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/notifier/
NotifierService.java 16 package com.example.android.samplesync.notifier;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
SampleSyncAdapterColumns.java 16 package com.example.android.samplesync.platform;
BatchOperation.java 16 package com.example.android.samplesync.platform;
ContactOperations.java 16 package com.example.android.samplesync.platform;
18 import com.example.android.samplesync.Constants;
19 import com.example.android.samplesync.R;
20 import com.example.android.samplesync.client.NetworkUtilities;
ContactManager.java 16 package com.example.android.samplesync.platform;
18 import com.example.android.samplesync.Constants;
19 import com.example.android.samplesync.R;
20 import com.example.android.samplesync.client.RawContact;
177 * "dirty", and need syncing to the SampleSync server.
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncService.java 16 package com.example.android.samplesync.syncadapter;
SyncAdapter.java 16 package com.example.android.samplesync.syncadapter;
18 import com.example.android.samplesync.Constants;
19 import com.example.android.samplesync.client.NetworkUtilities;
20 import com.example.android.samplesync.client.RawContact;
21 import com.example.android.samplesync.platform.ContactManager;
53 private static final String SYNC_MARKER_KEY = "com.example.android.samplesync.marker";
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 17 package com.example.android.samplesync.authenticator;
Authenticator.java 17 package com.example.android.samplesync.authenticator;
19 import com.example.android.samplesync.Constants;
20 import com.example.android.samplesync.client.NetworkUtilities;
35 * authenticating accounts in the com.example.android.samplesync domain. The
AuthenticatorActivity.java 17 package com.example.android.samplesync.authenticator;
19 import com.example.android.samplesync.Constants;
20 import com.example.android.samplesync.R;
21 import com.example.android.samplesync.client.NetworkUtilities;
294 * SampleSync Service
  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/client/
UserTest.java 16 package com.example.android.samplesync.client;
18 import com.example.android.samplesync.client.User;
  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
AuthenticatorActivityTest.java 16 package com.example.android.samplesync.authenticator;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 16 package com.example.android.samplesync.client;
NetworkUtilities.java 17 package com.example.android.samplesync.client;
97 * Connects to the SampleSync test server, authenticates the provided

Completed in 73 milliseconds