Home
last modified time | relevance | path

Searched refs:createTestAppWindowToken (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DUnknownAppVisibilityControllerTest.java47 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testFlow()
59 final AppWindowToken token1 = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testMultiple()
60 final AppWindowToken token2 = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testMultiple()
75 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testClear()
83 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testAppRemoved()
DTaskStackTests.java68 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testClosingAppDifferentStackOrientation()
74 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testClosingAppDifferentStackOrientation()
88 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testMoveTaskToBackDifferentStackOrientation()
94 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in testMoveTaskToBackDifferentStackOrientation()
DDisplayContentTests.java206 final WindowTestUtils.TestAppWindowToken token = WindowTestUtils.createTestAppWindowToken( in testMoveStackBetweenDisplays()
279 WindowTestUtils.createTestAppWindowToken(dc0); in testInputEventBringsCorrectDisplayInFocus()
286 WindowTestUtils.createTestAppWindowToken(dc0); in testInputEventBringsCorrectDisplayInFocus()
DTaskStackContainersTests.java58 WindowTestUtils.createTestAppWindowToken(mDisplayContent); in setUp()
DWindowTestsBase.java238 WindowTestUtils.createTestAppWindowToken(dc); in createAppWindowToken()
261 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in createAppWindow()
DDragDropControllerTests.java92 final WindowTestUtils.TestAppWindowToken token = WindowTestUtils.createTestAppWindowToken( in createDropTargetWindow()
DWindowTestUtils.java107 static TestAppWindowToken createTestAppWindowToken(DisplayContent dc) { in createTestAppWindowToken() method in WindowTestUtils
DAppWindowTokenTests.java67 mToken = WindowTestUtils.createTestAppWindowToken(mDisplayContent); in setUp()
DWindowFrameTests.java118 mWindowToken = WindowTestUtils.createTestAppWindowToken( in setUp()