Home
last modified time | relevance | path

Searched refs:otherIntervalStart (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java365 long otherIntervalStart = Math.max( in compareTo() local
367 if (thisIntervalStart < otherIntervalStart) { in compareTo()
369 } else if (otherIntervalStart < thisIntervalStart) { in compareTo()