HomeSort by relevance Sort by last modified time
    Searched refs:matchesSpec (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/content/
SyncQueue.java 203 if (op.target.matchesSpec(target)) {
213 if (op.target.matchesSpec(target)) {
235 if (!opInfo.matchesSpec(info)) {
SyncOperation.java 154 return this.target.matchesSpec(other.target);
SyncStorageEngine.java 202 return target.matchesSpec(other.target);
260 public boolean matchesSpec(EndPoint spec) {
662 if (authorityInfo.target.matchesSpec(new EndPoint(account, providerName, userId))
    [all...]
SyncManager.java     [all...]

Completed in 55 milliseconds