Searched refs:onStartCommand (Results 1 – 2 of 2) sorted by relevance
83 override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int { in onStartCommand() method in androidx.core.telecom.InCallServiceCompat84 return super.onStartCommand(intent, flags, startId) in onStartCommand()
448 public int onStartCommand(@Nullable Intent intent, int flags, int startId) { in onStartCommand() method in JobIntentService