Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java1398 SyncOperation opWithLeastExpectedRuntime = syncOperation; in scheduleSyncOperationH() local
1404 if (opWithLeastExpectedRuntime.expectedRuntime > op.expectedRuntime) { in scheduleSyncOperationH()
1405 opWithLeastExpectedRuntime = op; in scheduleSyncOperationH()
1418 if (op != opWithLeastExpectedRuntime) { in scheduleSyncOperationH()
1426 if (opWithLeastExpectedRuntime != syncOperation) { in scheduleSyncOperationH()