/development/samples/browseable/AgendaData/ |
_index.jd | 8 Syncs calendar events to your wearable at the press of a button, using the Wearable
|
/frameworks/base/core/java/android/content/ |
ISyncServiceAdapter.aidl | 23 * in order to perform anonymous syncs (syncs without an Account or Content
|
SyncRequest.java | 52 /** Sync should be run in lieu of other syncs. */ 208 * discriminate between equivalent syncs. 223 * periodic syncs. See {@link ContentResolver#SYNC_EXTRAS_DO_NOT_RETRY}. 228 * periodic syncs. See 236 /** This sync will run in preference to other non-expedited syncs. */ 276 * Syncs are identified by target {@link android.provider} and by the 278 * You cannot reuse the same builder for one-time syncs after having specified a periodic 298 * N.B.: Periodic syncs are not allowed to have any of 310 * to elapse between periodic syncs. A minimum period of 1 hour is enforced. 483 * An expedited sync runs immediately and can preempt other non-expedited running syncs [all...] |
ISyncAdapter.aidl | 30 * Called before {@link #startSync}. This allows the adapter to defer syncs until the
|
AbstractThreadedSyncAdapter.java | 43 * Syncs can be cancelled at any time by the framework. For example a sync that was not 94 * the sync adapter can handle syncs for multiple accounts at the same time. Otherwise 148 * @param allowParallelSyncs if true then allow syncs for different accounts to run 472 * parallel syncs. 490 * parallel syncs.
|
/frameworks/base/core/java/android/webkit/ |
CookieSyncManager.java | 51 * The sync interval is 5 minutes, so you will want to force syncs 57 * @deprecated The WebView now automatically syncs cookies as necessary. 126 * syncs cookies. 135 * syncs cookies. 145 * automatically syncs cookies.
|
/external/skia/tools/gpu/ |
FenceSync.h | 19 * This class provides an interface to interact with fence syncs. A fence sync is an object that the
|
/external/skqp/tools/gpu/ |
FenceSync.h | 19 * This class provides an interface to interact with fence syncs. A fence sync is an object that the
|
/developers/build/prebuilts/gradle/AgendaData/Application/src/main/res/values/ |
base-strings.xml | 24 Syncs calendar events to your wearable at the press of a button, using the Wearable
|
/development/samples/browseable/AgendaData/Application/res/values/ |
base-strings.xml | 24 Syncs calendar events to your wearable at the press of a button, using the Wearable
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ContentResolverTest.java | 266 assertThat(status.syncs.size(), is(1)); 267 assertThat(status.syncs.get(0).period, is(6000l)); 268 assertNotNull(status.syncs.get(0).extras); 275 assertThat(ShadowContentResolver.getStatus(a, AUTHORITY).syncs.size(), is(0)); 283 List<PeriodicSync> syncs = ContentResolver.getPeriodicSyncs(a, AUTHORITY); local 284 assertThat(syncs.size(), is(1)); 286 PeriodicSync first = syncs.get(0);
|
/packages/apps/Email/provider_src/com/android/email/service/ |
EmailBroadcastProcessorService.java | 167 * Delete all periodic syncs for an account. 168 * @param amAccount The account for which to disable syncs. 169 * @param authority The authority for which to disable syncs. 173 final List<PeriodicSync> syncs = local 175 for (final PeriodicSync sync : syncs) { 181 * Remove all existing periodic syncs for an account type, and add the necessary syncs. 190 // First delete existing periodic syncs. 279 // Fix periodic syncs.
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
BatteryStatsSyncTest.java | 66 // Run syncs.
|
BatteryStatsSyncAdapter.java | 43 * # of total syncs happened; used to wait until a request sync finishes.
|
/frameworks/base/core/java/android/bluetooth/le/ |
PeriodicAdvertisingCallback.java | 43 * Sync failed to be established because controller can't support more syncs.
|
/external/mesa3d/src/egl/main/ |
eglsync.h | 40 * "Base" class for device driver syncs.
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowContentResolver.java | 60 public List<PeriodicSync> syncs = new ArrayList<PeriodicSync>(); field in class:ShadowContentResolver.Status 206 getStatus(account, authority, true).syncs.add(new PeriodicSync(account, authority, extras, pollFrequency)); 213 if (status != null) status.syncs.clear(); 218 return getStatus(account, authority, true).syncs;
|
/frameworks/base/test-runner/src/android/test/ |
SyncBaseInstrumentation.java | 50 * Syncs the specified provider.
|
/sdk/eclipse/ |
dictionary.txt | 300 syncs
|
/external/autotest/server/site_tests/platform_SyncCrash/ |
platform_SyncCrash.py | 21 writer - syncs a file using fsync 22 mapper - syncs a memory mapped file using msync
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowContentResolver.java | 130 public List<PeriodicSync> syncs = new ArrayList<>(); field in class:ShadowContentResolver.Status 449 if (status.syncs != null) { 450 status.syncs.clear(); 488 .syncs 497 for (int i = 0; i < status.syncs.size(); ++i) { 498 if (isBundleEqual(extras, status.syncs.get(i).extras)) { 499 status.syncs.remove(i); 508 return getStatus(account, authority, true).syncs;
|
/frameworks/base/services/core/java/com/android/server/content/ |
SyncManager.java | 134 * All scheduled syncs will be passed on to JobScheduler as jobs 140 * Periodic Syncs: 147 * the backoff on the authority. Then we reschedule all syncs associated with that authority to 148 * run at a later time. Similarly, when a sync succeeds, backoff is cleared and all associated syncs 521 // Get all persisted syncs from JobScheduler 539 final String summary = "Loaded persisted syncs: " 540 + numPersistedPeriodicSyncs + " periodic syncs, " 541 + numPersistedOneshotSyncs + " oneshot syncs, " 551 Slog.wtf(TAG, "Device booted with no persisted periodic syncs: " + summary); 559 * @return whether the device most likely has some periodic syncs [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
SyncUtils.java | 62 // on other scheduled syncs and network utilization.
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/ |
README.md | 8 scheduling syncs with background data.
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
SyncUtils.java | 62 // on other scheduled syncs and network utilization.
|