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

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 210 * Test that we can create, remove and retrieve periodic syncs. Backwards compatibility -
211 * periodic syncs with no flex time are no longer used.
238 // this should add two distinct periodic syncs for account1 and one for account2
246 List<PeriodicSync> syncs = engine.getPeriodicSyncs(new EndPoint(account1, authority, 0)); local
248 assertEquals(2, syncs.size());
250 assertEquals(sync1, syncs.get(0));
251 assertEquals(sync3, syncs.get(1));
255 syncs = engine.getPeriodicSyncs(new EndPoint(account1, authority, 0));
256 assertEquals(1, syncs.size());
257 assertEquals(sync3, syncs.get(0))
315 List<PeriodicSync> syncs = engine.getPeriodicSyncs(target1); local
340 List<PeriodicSync> syncs = engine.getPeriodicSyncs(target); local
409 List<PeriodicSync> syncs = engine.getPeriodicSyncs(target1); local
458 List<PeriodicSync> syncs = engine.getPeriodicSyncs( local
530 List<PeriodicSync> syncs = engine.getPeriodicSyncs(target1); local
645 List<PeriodicSync> syncs = engine.getPeriodicSyncs(target1); local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
query_tracker.cc 27 mapped_memory_->Free(buckets_.front()->syncs);
43 QuerySync* syncs = static_cast<QuerySync*>(mem); local
44 Bucket* bucket = new Bucket(syncs);
47 free_queries_.push_back(QueryInfo(bucket, shm_id, shm_offset, syncs));
48 ++syncs;
49 shm_offset += sizeof(*syncs);
80 mapped_memory_->Free(bucket->syncs);
query_tracker.h 34 : syncs(sync_mem),
37 QuerySync* syncs; member in struct:gpu::gles2::QuerySyncManager::Bucket
  /external/robolectric/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);
  /external/robolectric/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;
  /external/strace/
quota.c 215 u_int32_t syncs; member in struct:v1_dqstats
227 u_int32_t syncs; member in struct:v2_dqstats
448 tprintf("syncs=%u}", dq.syncs);
470 tprintf("syncs=%u, ", dq.syncs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 193 final SyncAdapterType[] syncs = cs.getSyncAdapterTypes(); local
196 for (SyncAdapterType sync : syncs) {
  /packages/apps/Email/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.
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 317 * in periodic syncs can make unexpected changes.
1012 ArrayList<PeriodicSync> syncs = new ArrayList<PeriodicSync>(); local
1434 final List<SyncInfo> syncs = getCurrentSyncsLocked(userId); local
1444 ArrayList<SyncInfo> syncs = mCurrentSyncs.get(userId); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_shifter.js 38 * reversed: If true, syncs to the end and returns a reversed selection.
48 * Syncs to this shifter.
abstract_walker.js 79 * Syncs and returns the first or last valid, non-null selection in the
82 * reversed: If true, syncs to the end and returns a reversed selection.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 397 final SyncAdapterType[] syncs = ContentResolver.getSyncAdapterTypes(); local
401 for (SyncAdapterType sync : syncs) {
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 141 /** {@hide} Priority of this sync with respect to other syncs scheduled for this application. */
2224 final List<SyncInfo> syncs = getContentService().getCurrentSyncs(); local
    [all...]
  /external/oprofile/events/x86-64/family11h/
events 81 event:0xc0 counters:0,1,2,3 um:zero minimum:3000 name:RETIRED_INSTRUCTIONS : Retired instructions (includes exceptions, interrupts, re-syncs)
  /external/oprofile/events/x86-64/hammer/
events 76 event:0xc0 counters:0,1,2,3 um:zero minimum:3000 name:RETIRED_INSTRUCTIONS : Retired instructions (includes exceptions, interrupts, re-syncs)
  /frameworks/base/core/java/android/os/
BatteryStats.java 2193 Map<String, ? extends Timer> syncs = u.getSyncStats(); local
3118 Map<String, ? extends Timer> syncs = u.getSyncStats(); local
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 5648 final List<PeriodicSync> syncs = local
    [all...]

Completed in 1209 milliseconds