Home
last modified time | relevance | path

Searched refs:destroyIfPossible (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java1345 verify(activity, never()).destroyIfPossible(anyString()); in testCompleteFinishing_pausing()
1419 verify(topActivity, never()).destroyIfPossible(anyString()); in testCompleteFinishing_waitForNextVisible()
1446 verify(topActivity).destroyIfPossible(anyString()); in testCompleteFinishing_noWaitForNextVisible_sleeping()
1469 verify(topActivity).destroyIfPossible(anyString()); in testCompleteFinishing_noWaitForNextVisible_alreadyInvisible()
1515 verify(topActivity).destroyIfPossible(anyString()); in testCompleteFinishing_noWaitForNextVisible_stopped()
1547 verify(topActivity).destroyIfPossible(anyString()); in testCompleteFinishing_noWaitForNextVisible_nonFocusedStack()
1650 activity.destroyIfPossible("test"); in testDestroyIfPossible()
1675 activity.destroyIfPossible("test"); in testDestroyIfPossible_lastActivityAboveEmptyHomeStack()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java1798 activity.destroyIfPossible("Removes redundant singleInstance"); in startActivityInner()
2770 intentActivity.destroyIfPossible("Removes redundant singleInstance"); in resolveReusableTask()
DWindowProcessController.java461 r.destroyIfPossible("handleAppCrashed"); in handleAppCrash()
DActivityRecord.java3986 activityRemoved = destroyIfPossible(reason); in completeFinishing()
3992 activityRemoved = destroyIfPossible(reason); in completeFinishing()
4003 boolean destroyIfPossible(String reason) { in destroyIfPossible() method in ActivityRecord
6652 destroyIfPossible("stopIfPossible-finishing"); in stopIfPossible()
DTaskFragment.java3016 r.destroyIfPossible(reason); in remove()
DWindowOrganizerController.java1105 activity.destroyIfPossible("finish-activity-op"); in applyHierarchyOp()
DActivityTaskSupervisor.java2159 r.destroyIfPossible(reason); in processStoppingAndFinishingActivities()
DTask.java1649 r.destroyIfPossible(reason); in removeActivities()