Searched refs:FLAG_SKIP_RESTORE_FOR_LAUNCHED_APPS (Results 1 – 3 of 3) sorted by relevance
108 /* backupTransportFlags */ BackupAgent.FLAG_SKIP_RESTORE_FOR_LAUNCHED_APPS); in testGetBackupEligibilityRules_skipRestoreFlagOn_skipsLaunchedAppRestore()125 /* backupTransportFlags */ BackupAgent.FLAG_SKIP_RESTORE_FOR_LAUNCHED_APPS); in testGetBackupEligibilityRules_skipRestoreFlagOff_allowsAppRestore()
316 & BackupAgent.FLAG_SKIP_RESTORE_FOR_LAUNCHED_APPS) != 0; in getBackupEligibilityRules()
194 public static final int FLAG_SKIP_RESTORE_FOR_LAUNCHED_APPS = 1 << 2; field in BackupAgent