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

  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 283 private final SparseArray<ArrayList<SyncInfo>> mCurrentSyncs
284 = new SparseArray<ArrayList<SyncInfo>>();
687 Pair<Bundle, Long> syncInfo = authority.periodicSyncs.get(i);
688 final Bundle existingExtras = syncInfo.first;
690 if (syncInfo.second == period) {
712 Pair<Bundle, Long> syncInfo = iterator.next();
713 if (equals(syncInfo.first, extras)) {
814 for (SyncInfo syncInfo : getCurrentSyncs(userId)) {
815 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 306 milliseconds