Searched refs:FLAG_INCREMENTAL (Results 1 – 6 of 6) 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()
1812 intThat(flags -> (flags & BackupTransport.FLAG_INCREMENTAL) != 0))) in testRunTask_whenIncrementalAndTransportRequestsNonIncremental()
925 field public static final int FLAG_INCREMENTAL = 2; // 0x2