Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTokenTests.java68 assertEquals(0, token.getWindowsCount()); in testAddWindow()
85 assertEquals(3, token.getWindowsCount()); in testAddWindow()
152 assertEquals(2, token.getWindowsCount()); in testTokenRemovalProcess()
158 assertEquals(1, token.getWindowsCount()); in testTokenRemovalProcess()
164 assertEquals(0, token.getWindowsCount()); in testTokenRemovalProcess()
H A DWindowTestsBase.java1771 int getWindowsCount() { in getWindowsCount() method in WindowTestsBase.TestWindowToken