We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7f0af2 + 426f905 commit 6947fd0Copy full SHA for 6947fd0
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