stopSelf(int)- which is used to stop most recent start service based on onStartCommand(Intent i, int f, int startid)'s int startid.
stopSelf()- which is called by service itself , when task has been completed.
stopService(Intent) - which is explicitly called from an activity to stop the service.