Searched refs:lifecycleState (Results 1 – 2 of 2) sorted by relevance
284 Lifecycle.State lifecycleState = lifecycle.getCurrentState(); in getListenerState() local285 if (lifecycleState == Lifecycle.State.DESTROYED) { in getListenerState()289 return lifecycleState.isAtLeast(Lifecycle.State.STARTED) ? in getListenerState()
4007 final int lifecycleState = r.getLifecycleState(); in handleRequestDirectActions() local4008 if (lifecycleState < ON_START || lifecycleState >= ON_STOP) { in handleRequestDirectActions()4009 Log.w(TAG, "requestDirectActions(" + r + "): wrong lifecycle: " + lifecycleState); in handleRequestDirectActions()4048 final int lifecycleState = r.getLifecycleState(); in handlePerformDirectAction() local4049 if (lifecycleState < ON_START || lifecycleState >= ON_STOP) { in handlePerformDirectAction()