Searched refs:inheritedSyncExemptionFlag (Results 1 – 1 of 1) sorted by relevance
1699 int inheritedSyncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in scheduleSyncOperationH() local1749 inheritedSyncExemptionFlag = in scheduleSyncOperationH()1750 Math.max(inheritedSyncExemptionFlag, syncToRun.syncExemptionFlag); in scheduleSyncOperationH()1764 inheritedSyncExemptionFlag = in scheduleSyncOperationH()1765 Math.max(inheritedSyncExemptionFlag, op.syncExemptionFlag); in scheduleSyncOperationH()1783 if (inheritedSyncExemptionFlag > ContentResolver.SYNC_EXEMPTION_NONE) { in scheduleSyncOperationH()1784 syncOperation.syncExemptionFlag = inheritedSyncExemptionFlag; in scheduleSyncOperationH()