Searched refs:getLastUsedInputDeviceId (Results 1 – 10 of 10) sorted by relevance
229 public abstract int getLastUsedInputDeviceId(); in getLastUsedInputDeviceId() method in InputManagerInternal
279 int getLastUsedInputDeviceId(); in getLastUsedInputDeviceId() method553 public native int getLastUsedInputDeviceId(); in getLastUsedInputDeviceId() method in NativeInputManagerService.NativeImpl
3185 public int getLastUsedInputDeviceId() { in getLastUsedInputDeviceId() method in InputManagerService.LocalService3186 return mNative.getLastUsedInputDeviceId(); in getLastUsedInputDeviceId()
170 DeviceId getLastUsedInputDeviceId() override { return reader->getLastUsedInputDeviceId(); } in getLastUsedInputDeviceId() function in android::FuzzInputReader
399 virtual DeviceId getLastUsedInputDeviceId() = 0;
119 DeviceId getLastUsedInputDeviceId() override;
905 DeviceId InputReader::getLastUsedInputDeviceId() { in getLastUsedInputDeviceId() function in android::InputReader
1199 ASSERT_EQ(ReservedInputDeviceId::INVALID_INPUT_DEVICE_ID, mReader->getLastUsedInputDeviceId()); in TEST_F()1207 ASSERT_EQ(firstMapper.getDeviceId(), mReader->getLastUsedInputDeviceId()); in TEST_F()1217 ASSERT_EQ(SECOND_DEVICE_ID, mReader->getLastUsedInputDeviceId()); in TEST_F()1225 ASSERT_EQ(SECOND_DEVICE_ID, mReader->getLastUsedInputDeviceId()); in TEST_F()1233 ASSERT_EQ(FIRST_DEVICE_ID, mReader->getLastUsedInputDeviceId()); in TEST_F()1243 ASSERT_EQ(FIRST_DEVICE_ID, mReader->getLastUsedInputDeviceId()); in TEST_F()1250 ASSERT_EQ(FIRST_DEVICE_ID, mReader->getLastUsedInputDeviceId()); in TEST_F()1260 ASSERT_EQ(SECOND_DEVICE_ID, mReader->getLastUsedInputDeviceId()); in TEST_F()
2724 return static_cast<jint>(im->getInputManager()->getReader().getLastUsedInputDeviceId()); in nativeGetLastUsedInputDeviceId()
3558 int lastDeviceId = mInputManagerInternal.getLastUsedInputDeviceId(); in maybeReportToolType()