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.java800 PeriodicSync syncInfo = authority.periodicSyncs.get(i);
803 syncInfo.extras)) {
804 if (toUpdate.period == syncInfo.period &&
805 toUpdate.flexTime == syncInfo.flexTime) {
828 PeriodicSync syncInfo = iterator.next();
829 if (PeriodicSync.syncExtrasEquals(syncInfo.extras, toUpdate.extras)) {
922 for (SyncInfo syncInfo : getCurrentSyncs(userId)) {
923 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId);
1103 final SyncInfo syncInfo;
1118 syncInfo
1131 removeActiveSync(SyncInfo syncInfo, int userId) argument
[all...]

Completed in 54 milliseconds