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/ |
D | DistantDisplayTaskManagerTest.java | 140 int expectedDisplayId) { in createCallback() 147 assertEquals(expectedDisplayId, displayId); in createCallback() argument
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | EventThreadTest.cpp | 342 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 D | DecorContextTest.java | 95 private static void assertDecorContextDisplay(int expectedDisplayId, in assertDecorContextDisplay()
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | FakeWindows.cpp | 84 std::optional<ui::LogicalDisplayId> expectedDisplayId, in consumeEvent()
|
H A D | InputDispatcher_test.cpp | 437 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 D | ActivityManagerHelperTest.java | 257 int expectedDisplayId = RANDOM_NON_DEFAULT_DISPLAY_ID; in testCreateActivityOptions() local
|