Searched refs:startedCounter (Results 1 – 1 of 1) sorted by relevance
45 private var startedCounter = 0 variable in androidx.lifecycle.ProcessLifecycleOwner90 startedCounter++ in activityStarted()91 if (startedCounter == 1 && stopSent) { in activityStarted()117 startedCounter-- in activityStopped()129 if (startedCounter == 0 && pauseSent) { in dispatchStopIfNeeded()