Searched refs:isDestroyable (Results 1 – 6 of 6) sorted by relevance
335 if (r == null || !r.isDestroyable()) { in releaseActivityInstance()
897 if (r.mVisibleRequested || !r.stopped || !r.hasSavedState() || !r.isDestroyable() in releaseSomeActivities()
3310 if (isDestroyable()) { in safelyDestroy()6186 final boolean isDestroyable() { in isDestroyable() method in ActivityRecord
2767 if (r.finishing || !r.isDestroyable()) return; in destroyActivity()
1580 doReturn(false).when(activity).isDestroyable(); in testSafelyDestroy_nonDestroyable()1593 doReturn(true).when(activity).isDestroyable(); in testSafelyDestroy_destroyable()
44041 PLcom/android/server/wm/ActivityRecord;->isDestroyable()Z