Home
last modified time | relevance | path

Searched defs:syncInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp127 bool RSExecutable::syncInfo(bool pForce) { in syncInfo() function in RSExecutable
/frameworks/base/core/java/android/content/
DSyncStorageEngine.java703 Pair<Bundle, Long> syncInfo = authority.periodicSyncs.get(i); in updateOrRemovePeriodicSync() local
728 Pair<Bundle, Long> syncInfo = iterator.next(); in updateOrRemovePeriodicSync() local
1003 final SyncInfo syncInfo; in addActiveSync() local
1031 public void removeActiveSync(SyncInfo syncInfo, int userId) { in removeActiveSync()