Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityVisibilityTests.java87 if (!hasHomeScreen()) { in testTranslucentActivityOnTopOfHome()
152 if (!hasHomeScreen()) { in testHomeVisibilityBehindTranslucentActivity_sameTask()
165 if (!hasHomeScreen()) { in testHomeVisibilityBehindTranslucentActivity_diffTask()
338 if (!hasHomeScreen()) { in testLaunchTaskOnHome()
366 if (hasHomeScreen()) { in performFinishActivityWithMoveTaskToBack()
389 if (hasHomeScreen()) { in performFinishActivityWithMoveTaskToBack()
403 if (hasHomeScreen()) { in testReorderToFrontBackstack()
439 if (hasHomeScreen()) { in testReorderToFrontChangingStack()
453 if (hasHomeScreen()) { in testReorderToFrontChangingStack()
484 if (!hasHomeScreen()) { in testNoHistoryActivityFinishedResumedActivityNotIdle()
DAssistantStackTests.java253 if (hasHomeScreen()) { in testTranslucentAssistantActivityStackVisibility()
288 if (hasHomeScreen()) { in testTranslucentAssistantActivityStackVisibility()
DStartActivityTests.java71 if (!hasHomeScreen()) { in testStartHomeIfNoActivities()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1123 protected boolean hasHomeScreen() { in hasHomeScreen() method in ActivityManagerTestBase