- Intent i = new Intent(SYNC_MESSAGE);\r
- i.putExtra(IN_PROGRESS, true);\r
- i.putExtra("ACCOUNT_NAME", account.name);\r
+ Intent i = new Intent(FileSyncService.SYNC_MESSAGE);\r
+ i.putExtra(FileSyncService.IN_PROGRESS, true);\r
+ i.putExtra(FileSyncService.ACCOUNT_NAME, account.name);\r