Searched refs:matchesSpec (Results 1 – 4 of 4) sorted by relevance
834 if (!op.isPeriodic && op.target.matchesSpec(info)) { in setAuthorityPendingState()1158 if (op.target.matchesSpec(info)) { in removeSyncsForAuthority()1195 if (op.isPeriodic && op.target.matchesSpec(target)) { in getPeriodicSyncs()1410 if (!op.isPeriodic && op.target.matchesSpec(target)) { in rescheduleSyncs()1696 if (!op.isPeriodic && op.target.matchesSpec(info)) { in clearScheduledSyncOperations()1713 if (!op.isPeriodic && op.target.matchesSpec(info) in cancelScheduledSyncOperation()3350 if (op.isPeriodic && op.target.matchesSpec(target) in updateOrAddPeriodicSyncH()3432 if (op.isPeriodic && op.target.matchesSpec(target) in removePeriodicSyncH()3635 if (!opInfo.matchesSpec(info)) { in cancelActiveSyncH()
207 public boolean matchesSpec(EndPoint spec) { in matchesSpec() method in SyncStorageEngine.EndPoint697 if (authorityInfo.target.matchesSpec(new EndPoint(account, providerName, userId)) in getSyncAutomatically()1023 if (ainfo != null && ainfo.target.matchesSpec(info)) { in isSyncActive()1410 && ainfo.target.matchesSpec(info)) { in getStatusByAuthority()1428 if (!ainfo.target.matchesSpec(info)) { in isSyncPending()
352 return target.matchesSpec(other.target) in matchesPeriodicOperation()
15865 HPLcom/android/server/content/SyncStorageEngine$EndPoint;->matchesSpec(Lcom/android/server/content/…