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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSExecutable.h 92 bool syncInfo(bool pForce = false);
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 127 bool RSExecutable::syncInfo(bool pForce) {
205 syncInfo();
RSCompilerDriver.cpp 325 if (!result->syncInfo(/* pForce */true)) {
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 25 import android.content.SyncInfo;
294 private final SparseArray<ArrayList<SyncInfo>> mCurrentSyncs
295 = new SparseArray<ArrayList<SyncInfo>>();
714 Pair<Bundle, Long> syncInfo = authority.periodicSyncs.get(i);
715 final Bundle existingExtras = syncInfo.first;
717 if (syncInfo.second == period) {
739 Pair<Bundle, Long> syncInfo = iterator.next();
740 if (PeriodicSync.syncExtrasEquals(syncInfo.first, extras)) {
842 for (SyncInfo syncInfo : getCurrentSyncs(userId))
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 32 import android.content.SyncInfo;
352 private boolean isSyncing(List<SyncInfo> currentSyncs, Account account, String authority) {
353 for (SyncInfo syncInfo : currentSyncs) {
354 if (syncInfo.account.equals(account) && syncInfo.authority.equals(authority)) {
370 List<SyncInfo> currentSyncs = ContentResolver.getCurrentSyncs();
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 162 if (!exec->syncInfo()) {
  /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 69 milliseconds