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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp127 bool RSExecutable::syncInfo(bool pForce) { function in class:RSExecutable
205 syncInfo();
/frameworks/base/services/java/com/android/server/content/
H A DSyncStorageEngine.java714 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)) {
843 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId);
1015 final SyncInfo syncInfo;
1030 syncInfo = new SyncInfo(authority.ident,
1033 getCurrentSyncs(authority.userId).add(syncInfo);
1043 removeActiveSync(SyncInfo syncInfo, int userId) argument
[all...]

Completed in 264 milliseconds