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.java110 assertEquals(mStack.onActivityRemovedFromStackInvocationCount(), 1); in testStackCleanupOnClearingTask()
116 assertEquals(mStack.onActivityRemovedFromStackInvocationCount(), 1); in testStackCleanupOnActivityRemoval()
131 assertEquals(mStack.onActivityRemovedFromStackInvocationCount(), 0); in testNoCleanupMovingActivityInSameStack()
DActivityTestsBase.java806 int onActivityRemovedFromStackInvocationCount() { in onActivityRemovedFromStackInvocationCount() method in ActivityTestsBase.TestActivityStack