Searched refs:RUN_BACKUP_ACTION (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.server.backup.UserBackupManagerService.RUN_BACKUP_ACTION;58 if (!RUN_BACKUP_ACTION.equals(intent.getAction())) { in onReceive()
259 public static final String RUN_BACKUP_ACTION = "android.app.backup.intent.RUN"; field in UserBackupManagerService569 filter.addAction(RUN_BACKUP_ACTION); in UserBackupManagerService()587 Intent backupIntent = new Intent(RUN_BACKUP_ACTION); in UserBackupManagerService()