Searched refs:FLAG_INCREMENTAL (Results 1 – 5 of 5) sorted by relevance
82 public static final int FLAG_INCREMENTAL = 1 << 1; field in BackupTransport
237 boolean isIncremental = (flags & FLAG_INCREMENTAL) != 0; in performBackupInternal()
1190 : BackupTransport.FLAG_INCREMENTAL; in getPerformBackupFlags()
1871 intThat(flags -> (flags & BackupTransport.FLAG_INCREMENTAL) != 0))) in testRunTask_whenIncrementalAndTransportRequestsNonIncremental()2500 eq(BackupTransport.FLAG_INCREMENTAL)); in testRunTask_whenBackupHasCompletedAndThenNoDataChanges_transportGetsNotified()
1921 field public static final int FLAG_INCREMENTAL = 2; // 0x2