Searched refs:matchesSpec (Results 1 – 3 of 3) sorted by relevance
870 if (!op.isPeriodic && op.target.matchesSpec(info)) { in setAuthorityPendingState()1208 if (op.target.matchesSpec(info)) { in removeSyncsForAuthority()1245 if (op.isPeriodic && op.target.matchesSpec(target)) { in getPeriodicSyncs()1445 if (!op.isPeriodic && op.target.matchesSpec(target)) { in rescheduleSyncs()1692 if (!op.isPeriodic && op.target.matchesSpec(info)) { in clearScheduledSyncOperations()1709 if (!op.isPeriodic && op.target.matchesSpec(info) in cancelScheduledSyncOperation()3389 if (op.isPeriodic && op.target.matchesSpec(target) in updateOrAddPeriodicSyncH()3470 if (op.isPeriodic && op.target.matchesSpec(target) in removePeriodicSyncH()3656 if (!opInfo.matchesSpec(info)) { in cancelActiveSyncH()
202 public boolean matchesSpec(EndPoint spec) { in matchesSpec() method in SyncStorageEngine.EndPoint669 if (authorityInfo.target.matchesSpec(new EndPoint(account, providerName, userId)) in getSyncAutomatically()990 if (ainfo != null && ainfo.target.matchesSpec(info)) { in isSyncActive()1374 && ainfo.target.matchesSpec(info)) { in getStatusByAuthority()1392 if (!ainfo.target.matchesSpec(info)) { in isSyncPending()
329 return target.matchesSpec(other.target) in matchesPeriodicOperation()