Searched refs:supportsMultiDisplay (Results 1 – 3 of 3) sorted by relevance
128 if (supportsMultiDisplay()) { in testMultiDisplayDisabled()157 if (!supportsVrMode() || !supportsMultiDisplay()) { in testVrActivityLaunch()204 if (!supportsVrMode() || !supportsMultiDisplay()) { in testVrActivityReLaunch()254 if (!supportsVrMode() || !supportsMultiDisplay()) { in testActivityLaunchPostVr()335 if (!supportsMultiDisplay()) { return; } in testLaunchActivityOnSecondaryDisplay()368 if (!supportsMultiDisplay()) { return; } in testLaunchNonResizeableActivityOnSecondaryDisplay()395 if (!supportsMultiDisplay() || !supportsSplitScreenMultiWindow()) { return; } in testLaunchNonResizeableActivityWithSplitScreen()426 if (!supportsMultiDisplay()) { return; } in testMoveNonResizeableActivityToSecondaryDisplay()458 if (!supportsMultiDisplay()) { return; } in testLaunchNonResizeableActivityFromSecondaryDisplaySameTask()495 if (!supportsMultiDisplay()) { return; } in testLaunchNonResizeableActivityFromSecondaryDisplayNewTask()[all …]
57 if (!supportsMultiDisplay() || !isHandheld()) { return; } in testVirtualDisplayHidesContentWhenLocked()
368 boolean supportsMultiDisplay() throws Exception { in supportsMultiDisplay() method in ActivityManagerDisplayTestBase