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

  /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);
  /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;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 193 final SyncAdapterType[] syncs = cs.getSyncAdapterTypes(); local
196 for (SyncAdapterType sync : syncs) {
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 199 u_int32_t syncs; member in struct:dqstats
  /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.
  /external/strace/
quota.c 215 u_int32_t syncs; member in struct:v1_dqstats
227 u_int32_t syncs; member in struct:v2_dqstats
400 tprintf("syncs=%u}", dq.syncs);
416 tprintf("syncs=%u, ", dq.syncs);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 393 final SyncAdapterType[] syncs = ContentResolver.getSyncAdapterTypes(); local
397 for (SyncAdapterType sync : syncs) {
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 162 /** {@hide} Priority of this sync with respect to other syncs scheduled for this application. */
2382 final List<SyncInfo> syncs = getContentService().getCurrentSyncs(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 223 * syncs.
227 * The adapter will not receive any syncs. This is behaviourally equivalent to
264 * in periodic syncs can make unexpected changes.
822 * Restore all periodic syncs read from persisted files. Used to restore periodic syncs
1176 final List<SyncInfo> syncs = getCurrentSyncsLocked(userId); local
1193 ArrayList<SyncInfo> syncs = mCurrentSyncs.get(userId); local
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 3282 final ArrayMap<String, ? extends Timer> syncs = u.getSyncStats(); local
4411 final ArrayMap<String, ? extends Timer> syncs = u.getSyncStats(); local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 5776 final List<PeriodicSync> syncs = local
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 

Completed in 890 milliseconds