Home | History | Annotate | Download | only in content

Lines Matching refs:best

131         SyncOperation best = null;
149 // if the unsyncable state differs, make the current the best if it is unsyncable
150 // else, if the expedited state differs, make the current the best if it is expedited
151 // else, make the current the best if it is earlier than the best
152 if (best == null
154 ? (best.expedited == op.expedited
158 best = op;
163 if (best == null) {
166 return Pair.create(best, bestRunTime);