Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTokenTests.java67 assertEquals(0, token.getWindowsCount()); in testAddWindow()
84 assertEquals(3, token.getWindowsCount()); in testAddWindow()
137 assertEquals(2, token.getWindowsCount()); in testTokenRemovalProcess()
143 assertEquals(1, token.getWindowsCount()); in testTokenRemovalProcess()
149 assertEquals(0, token.getWindowsCount()); in testTokenRemovalProcess()
H A DWindowTestsBase.java1601 int getWindowsCount() { in getWindowsCount() method in WindowTestsBase.TestWindowToken