Home | History | Annotate | Download | only in tests

Lines Matching refs:sources

808     FakeInputMapper(InputDevice* device, uint32_t sources) :
810 mSources(sources), mKeyboardType(AINPUT_KEYBOARD_TYPE_NONE),
1012 const String8& name, uint32_t classes, uint32_t sources,
1015 FakeInputMapper* mapper = new FakeInputMapper(device, sources);
1061 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1065 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1069 << "Should return unknown when the device id is < 0 but the sources are not supported by any device.";
1073 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1088 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1092 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1096 << "Should return unknown when the device id is < 0 but the sources are not supported by any device.";
1100 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1115 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1119 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1123 << "Should return unknown when the device id is < 0 but the sources are not supported by any device.";
1127 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1146 << "Should return false when device id is valid but the sources are not supported by the device.";
1151 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1156 << "Should return false when the device id is < 0 but the sources are not supported by any device.";
1161 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";