Searched refs:destroyIfPossible (Results 1 – 7 of 7) sorted by relevance
1184 verify(activity, never()).destroyIfPossible(anyString()); in testCompleteFinishing_pausing()1258 verify(topActivity, never()).destroyIfPossible(anyString()); in testCompleteFinishing_waitForNextVisible()1285 verify(topActivity).destroyIfPossible(anyString()); in testCompleteFinishing_noWaitForNextVisible_sleeping()1308 verify(topActivity).destroyIfPossible(anyString()); in testCompleteFinishing_noWaitForNextVisible_alreadyInvisible()1354 verify(topActivity).destroyIfPossible(anyString()); in testCompleteFinishing_noWaitForNextVisible_stopped()1386 verify(topActivity).destroyIfPossible(anyString()); in testCompleteFinishing_noWaitForNextVisible_nonFocusedStack()1490 activity.destroyIfPossible("test"); in testDestroyIfPossible()1515 activity.destroyIfPossible("test"); in testDestroyIfPossible_lastActivityAboveEmptyHomeStack()
2311 r.destroyIfPossible(reason); in remove()
1912 r.destroyIfPossible(reason); in processStoppingAndFinishingActivities()
3332 activityRemoved = destroyIfPossible(reason); in completeFinishing()3338 activityRemoved = destroyIfPossible(reason); in completeFinishing()3349 boolean destroyIfPossible(String reason) { in destroyIfPossible() method in ActivityRecord
2849 r.destroyIfPossible("handleAppCrashed"); in handleAppCrash()
1619 r.destroyIfPossible(reason); in performClearTask()
43947 HPLcom/android/server/wm/ActivityRecord;->destroyIfPossible(Ljava/lang/String;)Z+]Ljava/lang/String…