Home
last modified time | relevance | path

Searched defs:expectedDisplayId (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/tests/src/com/android/systemui/car/distantdisplay/common/
DDistantDisplayTaskManagerTest.java140 int expectedDisplayId) { in createCallback()
147 assertEquals(expectedDisplayId, displayId); in createCallback() argument
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp342 void EventThreadTest::expectHotplugEventReceivedByConnection(PhysicalDisplayId expectedDisplayId, in expectHotplugEventReceivedByConnection()
353 PhysicalDisplayId expectedDisplayId, int32_t expectedConfigId, in expectConfigChangedEventReceivedByConnection()
365 PhysicalDisplayId expectedDisplayId, std::vector<FrameRateOverride> expectedOverrides) { in expectUidFrameRateMappingEventReceivedByConnection()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DDecorContextTest.java95 private static void assertDecorContextDisplay(int expectedDisplayId, in assertDecorContextDisplay()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeWindows.cpp84 std::optional<ui::LogicalDisplayId> expectedDisplayId, in consumeEvent()
H A DInputDispatcher_test.cpp437 void consumeKeyDown(ui::LogicalDisplayId expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown()
449 void consumeMotionDown(ui::LogicalDisplayId expectedDisplayId, int32_t expectedFlags = 0) { in consumeMotionDown()
454 void consumeMotionMove(ui::LogicalDisplayId expectedDisplayId, int32_t expectedFlags = 0) { in consumeMotionMove()
459 void consumeMotionUp(ui::LogicalDisplayId expectedDisplayId, int32_t expectedFlags = 0) { in consumeMotionUp()
464 void consumeMotionCancel(ui::LogicalDisplayId expectedDisplayId, int32_t expectedFlags = 0) { in consumeMotionCancel()
/aosp_15_r20/cts/tests/tests/car_builtin/src/android/car/cts/builtin/app/
H A DActivityManagerHelperTest.java257 int expectedDisplayId = RANDOM_NON_DEFAULT_DISPLAY_ID; in testCreateActivityOptions() local