Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java1535 int inheritedSyncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in scheduleSyncOperationH() local
1579 inheritedSyncExemptionFlag = in scheduleSyncOperationH()
1580 Math.max(inheritedSyncExemptionFlag, syncToRun.syncExemptionFlag); in scheduleSyncOperationH()
1594 inheritedSyncExemptionFlag = in scheduleSyncOperationH()
1595 Math.max(inheritedSyncExemptionFlag, op.syncExemptionFlag); in scheduleSyncOperationH()
1613 if (inheritedSyncExemptionFlag > ContentResolver.SYNC_EXEMPTION_NONE) { in scheduleSyncOperationH()
1614 syncOperation.syncExemptionFlag = inheritedSyncExemptionFlag; in scheduleSyncOperationH()