Searched refs:getLastReportedPointerDisplayId (Results 1 – 1 of 1) sorted by relevance
67 std::optional<int32_t> getLastReportedPointerDisplayId() { return latestPointerDisplayId; } in getLastReportedPointerDisplayId() function in android::MockPointerControllerPolicyInterface294 EXPECT_FALSE(mPolicy->getLastReportedPointerDisplayId()) in TEST_F()299 const auto lastReportedPointerDisplayId = mPolicy->getLastReportedPointerDisplayId(); in TEST_F()307 EXPECT_EQ(42, *mPolicy->getLastReportedPointerDisplayId()) in TEST_F()313 EXPECT_EQ(ADISPLAY_ID_NONE, *mPolicy->getLastReportedPointerDisplayId()) in TEST_F()