Searched refs:matchesSpec (Results 1 – 5 of 5) sorted by relevance
203 public boolean matchesSpec(EndPoint spec) { in matchesSpec() method in SyncStorageEngine.EndPoint678 if (authorityInfo.target.matchesSpec(new EndPoint(account, providerName, userId)) in getSyncAutomatically()1004 if (ainfo != null && ainfo.target.matchesSpec(info)) { in isSyncActive()1391 && ainfo.target.matchesSpec(info)) { in getStatusByAuthority()1409 if (!ainfo.target.matchesSpec(info)) { in isSyncPending()
850 if (!op.isPeriodic && op.target.matchesSpec(info)) { in setAuthorityPendingState()1177 if (op.target.matchesSpec(info)) { in removeSyncsForAuthority()1214 if (op.isPeriodic && op.target.matchesSpec(target)) { in getPeriodicSyncs()1415 if (!op.isPeriodic && op.target.matchesSpec(target)) { in rescheduleSyncs()1662 if (!op.isPeriodic && op.target.matchesSpec(info)) { in clearScheduledSyncOperations()1679 if (!op.isPeriodic && op.target.matchesSpec(info) in cancelScheduledSyncOperation()3321 if (op.isPeriodic && op.target.matchesSpec(target) in updateOrAddPeriodicSyncH()3403 if (op.isPeriodic && op.target.matchesSpec(target) in removePeriodicSyncH()3590 if (!opInfo.matchesSpec(info)) { in cancelActiveSyncH()
329 return target.matchesSpec(other.target) in matchesPeriodicOperation()
584 static bool matchesSpec(TailSpec spec, const Operand& operand, in matchesSpec() function622 if (!matchesSpec(tail[i - tailStartIndex], operand, smallOperandValues)) { in countMatchingTrailingArguments()
5994 HSPLcom/android/server/content/SyncStorageEngine$EndPoint;->matchesSpec(Lcom/android/server/content…