Searched refs:inheritedSyncExemptionFlag (Results 1 – 1 of 1) sorted by relevance
1506 int inheritedSyncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in scheduleSyncOperationH() local1550 inheritedSyncExemptionFlag = in scheduleSyncOperationH()1551 Math.max(inheritedSyncExemptionFlag, syncToRun.syncExemptionFlag); in scheduleSyncOperationH()1565 inheritedSyncExemptionFlag = in scheduleSyncOperationH()1566 Math.max(inheritedSyncExemptionFlag, op.syncExemptionFlag); in scheduleSyncOperationH()1584 if (inheritedSyncExemptionFlag > ContentResolver.SYNC_EXEMPTION_NONE) { in scheduleSyncOperationH()1585 syncOperation.syncExemptionFlag = inheritedSyncExemptionFlag; in scheduleSyncOperationH()