Searched refs:isDestroyed (Results 1 – 6 of 6) sorted by relevance
15 private boolean isDestroyed; field in ActivityFragmentLifecycle36 if (isDestroyed) { in addListener()60 isDestroyed = true; in onDestroy()
135 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1 && activity.isDestroyed()) { in assertNotDestroyed()
45 bool isDestroyed() const { return K == Destroyed; } in isDestroyed() function153 } else if (LState->isDestroyed()) { in AcquireLock()215 } else if (LState->isDestroyed()) { in ReleaseLock()293 if (!LState || LState->isDestroyed()) { in InitLock()
370 if (BuildInfo.isAtLeastO() && info == null && !activity.isDestroyed()) { in registerStateListenerForActivity()
569 if ((appThreadGroup != null) && ! appThreadGroup.isDestroyed ()) in _run()
121 assertThat(activity.isDestroyed()).isTrue(); in shouldReportDestroyedStatus()