Searched refs:mDeviceStateToPostureMap (Results 1 – 2 of 2) sorted by relevance
44 private final SparseIntArray mDeviceStateToPostureMap = new SparseIntArray(); field in DeviceStateManagerPostureProducer78 mDeviceStateToPostureMap.put(deviceState, posture); in DeviceStateManagerPostureProducer()81 if (mDeviceStateToPostureMap.size() > 0) { in DeviceStateManagerPostureProducer()90 final int posture = mDeviceStateToPostureMap.get(mCurrentDeviceState, -1); in getData()
41 private final SparseIntArray mDeviceStateToPostureMap = new SparseIntArray(); field in DevicePostureControllerImpl69 mDeviceStateToPostureMap.put(deviceState, posture); in DevicePostureControllerImpl()74 mDeviceStateToPostureMap.get(state, DEVICE_POSTURE_UNKNOWN); in DevicePostureControllerImpl()