Searched refs:postureMapping (Results 1 – 2 of 2) sorted by relevance
184 String[] postureMapping = in tapSensorTypeMapping() local186 if (ArrayUtils.isEmpty(postureMapping)) { in tapSensorTypeMapping()191 return postureMapping; in tapSensorTypeMapping()
475 int[] postureMapping, in getPostureSpecificBool() argument479 if (posture < postureMapping.length) { in getPostureSpecificBool()480 bool = postureMapping[posture] != 0; in getPostureSpecificBool()