Home
last modified time | relevance | path

Searched refs:getEmulatedDevicePathConfig (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentScreenshotTests/src/com/android/wm/shell/bubbles/
H A DBubbleEducationViewScreenshotTest.kt32 import platform.test.screenshot.getEmulatedDevicePathConfig in <lambda>()
46 WMShellGoldenPathManager(getEmulatedDevicePathConfig(emulationSpec)) in <lambda>()
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentScreenshotTests/src/com/android/launcher3/taskbar/bubbles/
DBubbleViewScreenshotTest.kt31 import platform.test.screenshot.getEmulatedDevicePathConfig in <lambda>()
54 ViewScreenshotGoldenPathManager(getEmulatedDevicePathConfig(emulationSpec)), in <lambda>()
DBubbleBarViewScreenshotTest.kt39 import platform.test.screenshot.getEmulatedDevicePathConfig in <lambda>()
64 ViewScreenshotGoldenPathManager(getEmulatedDevicePathConfig(emulationSpec)), in <lambda>()
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentScreenshotTests/src/com/android/quickstep/task/thumbnail/
DTaskThumbnailViewScreenshotTest.kt33 import platform.test.screenshot.getEmulatedDevicePathConfig in <lambda>()
43 ViewScreenshotGoldenPathManager(getEmulatedDevicePathConfig(emulationSpec)), in <lambda>()
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/util/
H A DSettingsScreenshotTestRule.kt36 import platform.test.screenshot.getEmulatedDevicePathConfig
48 getEmulatedDevicePathConfig(emulationSpec),
/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
H A DGoldenPathManagerTest.kt93 getEmulatedDevicePathConfig( in emulatedDevicePathConfigTest()
103 getEmulatedDevicePathConfig( in emulatedDevicePathConfigTest()
/aosp_15_r20/frameworks/base/tests/InputScreenshotTest/src/android/input/screenshot/
H A DInputScreenshotTestRule.kt36 import platform.test.screenshot.getEmulatedDevicePathConfig
48 getEmulatedDevicePathConfig(emulationSpec),
/aosp_15_r20/frameworks/base/packages/CredentialManager/tests/robotests/screenshot/src/com/android/credentialmanager/
H A DGetCredScreenshotTest.kt27 import platform.test.screenshot.getEmulatedDevicePathConfig
63 CredentialManagerGoldenPathManager(getEmulatedDevicePathConfig(emulationSpec)) in getTestSpecs()
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentScreenshotTests/src/com/android/launcher3/taskbar/bubbles/flyout/
DBubbleBarFlyoutViewScreenshotTest.kt33 import platform.test.screenshot.getEmulatedDevicePathConfig in <lambda>()
56 ViewScreenshotGoldenPathManager(getEmulatedDevicePathConfig(emulationSpec)), in <lambda>()
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
H A DGoldenPathManager.kt171 fun getEmulatedDevicePathConfig(emulationSpec: DeviceEmulationSpec): PathConfig { in getEmulatedDevicePathConfig() method