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

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 71 * Test that we can create, remove and retrieve periodic syncs
99 // this should add two distinct periodic syncs for account1 and one for account2
107 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, 0, authority); local
109 assertEquals(2, syncs.size());
111 assertEquals(sync1, syncs.get(0));
112 assertEquals(sync3, syncs.get(1));
116 syncs = engine.getPeriodicSyncs(account1, 0, authority);
117 assertEquals(1, syncs.size());
118 assertEquals(sync3, syncs.get(0));
120 syncs = engine.getPeriodicSyncs(account2, 0, authority)
133 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, userId, authority); local
197 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, 0, authority1); local
257 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, 0, authority1); local
    [all...]
  /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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /external/strace/
quota.c 292 u_int32_t syncs; member in struct:v1_dqstats
304 u_int32_t syncs; member in struct:v2_dqstats
544 tprintf("syncs=%u}", dq.syncs);
568 tprintf("syncs=%u, ", dq.syncs);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 193 final SyncAdapterType[] syncs = cs.getSyncAdapterTypes(); local
196 for (SyncAdapterType sync : syncs) {
  /external/kernel-headers/original/linux/
quota.h 201 int syncs; member in struct:dqstats
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 1102 uint32 *syncs = NULL;
1134 syncs = (uint32 *)malloc((dict_info.sync_count + kUserDictPreAlloc) << 2);
1135 if (!syncs) goto error;
1187 readed += fread((((uint8*)syncs) + readed), 1, toread - readed, fp);
1201 syncs_ = syncs;
1224 if (syncs) free(syncs);
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 209 * in periodic syncs can make unexpected changes.
726 // the periodic syncs status to correspond to it
733 // remove any periodic syncs that match the authority and extras
778 ArrayList<PeriodicSync> syncs = new ArrayList<PeriodicSync>(); local
784 syncs.add(new PeriodicSync(account, providerName, item.first,
789 return syncs;
1215 ArrayList<SyncInfo> syncs = mCurrentSyncs.get(userId); local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 401 final SyncAdapterType[] syncs = cs.getSyncAdapterTypes(); local
405 for (SyncAdapterType sync : syncs) {
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 1715 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)

Completed in 358 milliseconds