We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3862f commit 426f905Copy full SHA for 426f905
services/input/tests/InputReader_test.cpp
@@ -171,7 +171,7 @@ class FakeInputReaderPolicy : public InputReaderPolicyInterface {
171
mInputDevices = inputDevices;
172
}
173
174
- virtual sp<KeyCharacterMap> getKeyboardLayout(const String8& inputDeviceDescriptor) {
+ virtual sp<KeyCharacterMap> getKeyboardLayoutOverlay(const String8& inputDeviceDescriptor) {
175
return NULL;
176
177
};
0 commit comments