Searched refs:matchesSpec (Results 1 – 4 of 4) sorted by relevance
956 if (!op.isPeriodic && op.target.matchesSpec(info)) { in setAuthorityPendingState()1280 if (op.target.matchesSpec(info)) { in removeSyncsForAuthority()1317 if (op.isPeriodic && op.target.matchesSpec(target)) { in getPeriodicSyncs()1552 if (!op.isPeriodic && op.target.matchesSpec(target)) { in rescheduleSyncs()1838 if (!op.isPeriodic && op.target.matchesSpec(info)) { in clearScheduledSyncOperations()1855 if (!op.isPeriodic && op.target.matchesSpec(info) in cancelScheduledSyncOperation()3496 if (op.isPeriodic && op.target.matchesSpec(target) in updateOrAddPeriodicSyncH()3578 if (op.isPeriodic && op.target.matchesSpec(target) in removePeriodicSyncH()3781 if (!opInfo.matchesSpec(info)) { in cancelActiveSyncH()
214 public boolean matchesSpec(EndPoint spec) { in matchesSpec() method in SyncStorageEngine.EndPoint722 if (authorityInfo.target.matchesSpec(new EndPoint(account, providerName, userId)) in getSyncAutomatically()1078 if (ainfo != null && ainfo.target.matchesSpec(info)) { in isSyncActive()1466 && ainfo.target.matchesSpec(info)) { in getStatusByAuthority()1484 if (!ainfo.target.matchesSpec(info)) { in isSyncPending()
352 return target.matchesSpec(other.target) in matchesPeriodicOperation()
3048 HPLcom/android/server/content/SyncStorageEngine$EndPoint;->matchesSpec(Lcom/android/server/content/…