Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1652 int inheritedSyncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in scheduleSyncOperationH() local
1702 inheritedSyncExemptionFlag = in scheduleSyncOperationH()
1703 Math.max(inheritedSyncExemptionFlag, syncToRun.syncExemptionFlag); in scheduleSyncOperationH()
1717 inheritedSyncExemptionFlag = in scheduleSyncOperationH()
1718 Math.max(inheritedSyncExemptionFlag, op.syncExemptionFlag); in scheduleSyncOperationH()
1736 if (inheritedSyncExemptionFlag > ContentResolver.SYNC_EXEMPTION_NONE) { in scheduleSyncOperationH()
1737 syncOperation.syncExemptionFlag = inheritedSyncExemptionFlag; in scheduleSyncOperationH()