Searched refs:jsonSetKeyBit (Results 1 – 2 of 2) sorted by relevance
203 JSONObject jsonSetKeyBit = new JSONObject(); in createDeviceRegisterCommand() local204 jsonSetKeyBit.put("type", UI_SET_KEYBIT); in createDeviceRegisterCommand()205 jsonSetKeyBit.put("data", arraySetKeyBit); in createDeviceRegisterCommand()206 arrayConfigs.put(jsonSetKeyBit); in createDeviceRegisterCommand()
153 JSONObject jsonSetKeyBit = new JSONObject(); in createDeviceRegisterCommand() local154 jsonSetKeyBit.put("type", UI_SET_KEYBIT); in createDeviceRegisterCommand()155 jsonSetKeyBit.put("data", arraySetKeyBit); in createDeviceRegisterCommand()156 arrayConfigs.put(jsonSetKeyBit); in createDeviceRegisterCommand()