Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceKeyLayoutMapTest.java199 JSONArray arraySetKeyBit = new JSONArray(); in createDeviceRegisterCommand() local
201 arraySetKeyBit.put(entry.getValue()); in createDeviceRegisterCommand()
205 jsonSetKeyBit.put("data", arraySetKeyBit); in createDeviceRegisterCommand()
DInputDeviceMultiDeviceKeyEventTest.java148 JSONArray arraySetKeyBit = new JSONArray(); in createDeviceRegisterCommand() local
150 arraySetKeyBit.put(keys[i]); in createDeviceRegisterCommand()
155 jsonSetKeyBit.put("data", arraySetKeyBit); in createDeviceRegisterCommand()