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()
224 if (!hasHomeScreen()) { in testLaunchTaskOnHome()
254 if (hasHomeScreen()) { in performFinishActivityWithMoveTaskToBack()
277 if (hasHomeScreen()) { in performFinishActivityWithMoveTaskToBack()
291 if (hasHomeScreen()) { in testReorderToFrontBackstack()
327 if (hasHomeScreen()) { in testReorderToFrontChangingStack()
341 if (hasHomeScreen()) { in testReorderToFrontChangingStack()
372 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.java917 protected boolean hasHomeScreen() { in hasHomeScreen() method in ActivityManagerTestBase