Searched refs:inheritedSyncExemptionFlag (Results 1 – 1 of 1) sorted by relevance
1510 int inheritedSyncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in scheduleSyncOperationH() local1560 inheritedSyncExemptionFlag = in scheduleSyncOperationH()1561 Math.max(inheritedSyncExemptionFlag, syncToRun.syncExemptionFlag); in scheduleSyncOperationH()1575 inheritedSyncExemptionFlag = in scheduleSyncOperationH()1576 Math.max(inheritedSyncExemptionFlag, op.syncExemptionFlag); in scheduleSyncOperationH()1594 if (inheritedSyncExemptionFlag > ContentResolver.SYNC_EXEMPTION_NONE) { in scheduleSyncOperationH()1595 syncOperation.syncExemptionFlag = inheritedSyncExemptionFlag; in scheduleSyncOperationH()