Searched refs:mSupportedActivitiesEnabledEvents (Results 1 – 1 of 1) sorted by relevance
59 private final int[][] mSupportedActivitiesEnabledEvents; field in ActivityRecognitionHardware74 mSupportedActivitiesEnabledEvents = new int[mSupportedActivitiesCount][EVENT_TYPE_COUNT]; in ActivityRecognitionHardware()127 mSupportedActivitiesEnabledEvents[activityType][eventType] = EVENT_TYPE_ENABLED; in enableActivityEvent()144 mSupportedActivitiesEnabledEvents[activityType][eventType] = EVENT_TYPE_DISABLED; in disableActivityEvent()249 if (mSupportedActivitiesEnabledEvents[activityType][eventType] != EVENT_TYPE_ENABLED) { in disableActivityEventIfEnabled()254 mSupportedActivitiesEnabledEvents[activityType][eventType] = EVENT_TYPE_DISABLED; in disableActivityEventIfEnabled()