Searched refs:FLAG_NON_INCREMENTAL (Results 1 – 6 of 6) sorted by relevance
85 public static final int FLAG_NON_INCREMENTAL = 1 << 2; field in BackupTransport
207 boolean isNonIncremental = (flags & FLAG_NON_INCREMENTAL) != 0; in performBackupInternal()
950 ? BackupTransport.FLAG_NON_INCREMENTAL in getPerformBackupFlags()
1821 intThat(flags -> (flags & BackupTransport.FLAG_NON_INCREMENTAL) != 0))) in testRunTask_whenIncrementalAndTransportRequestsNonIncremental()
926 field public static final int FLAG_NON_INCREMENTAL = 4; // 0x4