Searched refs:matchesSpec (Results 1 – 3 of 3) sorted by relevance
985 if (!op.isPeriodic && op.target.matchesSpec(info)) { in setAuthorityPendingState()1327 if (op.target.matchesSpec(info)) { in removeSyncsForAuthority()1364 if (op.isPeriodic && op.target.matchesSpec(target)) { in getPeriodicSyncs()1599 if (!op.isPeriodic && op.target.matchesSpec(target)) { in rescheduleSyncs()1885 if (!op.isPeriodic && op.target.matchesSpec(info)) { in clearScheduledSyncOperations()1902 if (!op.isPeriodic && op.target.matchesSpec(info) in cancelScheduledSyncOperation()3543 if (op.isPeriodic && op.target.matchesSpec(target) in updateOrAddPeriodicSyncH()3628 if (op.isPeriodic && op.target.matchesSpec(target) in removePeriodicSyncH()3832 if (!opInfo.matchesSpec(info)) { in cancelActiveSyncH()
214 public boolean matchesSpec(EndPoint spec) { in matchesSpec() method in SyncStorageEngine.EndPoint727 if (authorityInfo.target.matchesSpec(new EndPoint(account, providerName, userId)) in getSyncAutomatically()1084 if (ainfo != null && ainfo.target.matchesSpec(info)) { in isSyncActive()1472 && ainfo.target.matchesSpec(info)) { in getStatusByAuthority()1490 if (!ainfo.target.matchesSpec(info)) { in isSyncPending()
352 return target.matchesSpec(other.target) in matchesPeriodicOperation()