Home
last modified time | relevance | path

Searched refs:lifecycleState (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DProxySubscriptionManager.java284 Lifecycle.State lifecycleState = lifecycle.getCurrentState(); in getListenerState() local
285 if (lifecycleState == Lifecycle.State.DESTROYED) { in getListenerState()
289 return lifecycleState.isAtLeast(Lifecycle.State.STARTED) ? in getListenerState()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java4007 final int lifecycleState = r.getLifecycleState(); in handleRequestDirectActions() local
4008 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() local
4049 if (lifecycleState < ON_START || lifecycleState >= ON_STOP) { in handlePerformDirectAction()