Home | History | Annotate | Download | only in backup

Lines Matching refs:FLAG_INCREMENTAL

62      * #performBackup(PackageInfo, ParcelFileDescriptor, int)} with {@link #FLAG_INCREMENTAL}.
76 public static final int FLAG_INCREMENTAL = 1 << 1;
270 * BackupTransport#FLAG_INCREMENTAL} will be set. Otherwise, if the data is a complete backup
274 * <p>If {@link BackupTransport#FLAG_INCREMENTAL} is set and the transport does not have data
287 * BackupTransport#FLAG_NON_INCREMENTAL}, {@link BackupTransport#FLAG_INCREMENTAL}, or 0.