Searched refs:deviceStatePostureMapping (Results 1 – 2 of 2) sorted by relevance
57 String[] deviceStatePostureMapping = deviceStatePosturePair.split(":"); in DeviceStateManagerPostureProducer() local58 if (deviceStatePostureMapping.length != 2) { in DeviceStateManagerPostureProducer()68 deviceState = Integer.parseInt(deviceStatePostureMapping[0]); in DeviceStateManagerPostureProducer()69 posture = Integer.parseInt(deviceStatePostureMapping[1]); in DeviceStateManagerPostureProducer()
55 String[] deviceStatePostureMapping = deviceStatePosturePair.split(":"); in DevicePostureControllerImpl() local56 if (deviceStatePostureMapping.length != 2) { in DevicePostureControllerImpl()63 deviceState = Integer.parseInt(deviceStatePostureMapping[0]); in DevicePostureControllerImpl()64 posture = Integer.parseInt(deviceStatePostureMapping[1]); in DevicePostureControllerImpl()