Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java104 assertEquals(mStack.onActivityRemovedFromStackInvocationCount(), 1); in testStackCleanupOnClearingTask()
110 assertEquals(mStack.onActivityRemovedFromStackInvocationCount(), 1); in testStackCleanupOnActivityRemoval()
125 assertEquals(mStack.onActivityRemovedFromStackInvocationCount(), 0); in testNoCleanupMovingActivityInSameStack()
DActivityTestsBase.java775 int onActivityRemovedFromStackInvocationCount() { in onActivityRemovedFromStackInvocationCount() method in ActivityTestsBase.TestActivityStack