Home
last modified time | relevance | path

Searched refs:jsonSetKeyBit (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceKeyLayoutMapTest.java203 JSONObject jsonSetKeyBit = new JSONObject(); in createDeviceRegisterCommand() local
204 jsonSetKeyBit.put("type", UI_SET_KEYBIT); in createDeviceRegisterCommand()
205 jsonSetKeyBit.put("data", arraySetKeyBit); in createDeviceRegisterCommand()
206 arrayConfigs.put(jsonSetKeyBit); in createDeviceRegisterCommand()
DInputDeviceMultiDeviceKeyEventTest.java153 JSONObject jsonSetKeyBit = new JSONObject(); in createDeviceRegisterCommand() local
154 jsonSetKeyBit.put("type", UI_SET_KEYBIT); in createDeviceRegisterCommand()
155 jsonSetKeyBit.put("data", arraySetKeyBit); in createDeviceRegisterCommand()
156 arrayConfigs.put(jsonSetKeyBit); in createDeviceRegisterCommand()