Home
last modified time | relevance | path

Searched refs:hasHomeScreen (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityVisibilityTests.java112 if (!hasHomeScreen()) { in testTranslucentActivityOnTopOfHome()
222 if (!hasHomeScreen()) { in testLaunchTaskOnHome()
252 if (hasHomeScreen()) { in performFinishActivityWithMoveTaskToBack()
275 if (hasHomeScreen()) { in performFinishActivityWithMoveTaskToBack()
289 if (hasHomeScreen()) { in testReorderToFrontBackstack()
325 if (hasHomeScreen()) { in testReorderToFrontChangingStack()
339 if (hasHomeScreen()) { in testReorderToFrontChangingStack()
370 if (!hasHomeScreen()) { in testNoHistoryActivityFinishedResumedActivityNotIdle()
DAssistantStackTests.java246 if (hasHomeScreen()) { in testTranslucentAssistantActivityStackVisibility()
278 if (hasHomeScreen()) { in testTranslucentAssistantActivityStackVisibility()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java865 protected boolean hasHomeScreen() { in hasHomeScreen() method in ActivityManagerTestBase