Searched refs:onStartCommand (Results 1 – 1 of 1) sorted by relevance
53 override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int { in onStartCommand() method in androidx.lifecycle.LifecycleService54 return super.onStartCommand(intent, flags, startId) in onStartCommand()