Searched refs:FLAG_INCREMENTAL (Results 1 – 5 of 5) sorted by relevance
77 public static final int FLAG_INCREMENTAL = 1 << 1; field in BackupTransport
206 boolean isIncremental = (flags & FLAG_INCREMENTAL) != 0; in performBackupInternal()
951 : BackupTransport.FLAG_INCREMENTAL; in getPerformBackupFlags()
1813 intThat(flags -> (flags & BackupTransport.FLAG_INCREMENTAL) != 0))) in testRunTask_whenIncrementalAndTransportRequestsNonIncremental()
900 field public static final int FLAG_INCREMENTAL = 2; // 0x2