Searched refs:mSupportedActivitiesCount (Results 1 – 1 of 1) sorted by relevance
57 private final int mSupportedActivitiesCount; field in ActivityRecognitionHardware73 mSupportedActivitiesCount = mSupportedActivities.length; in ActivityRecognitionHardware()74 mSupportedActivitiesEnabledEvents = new int[mSupportedActivitiesCount][EVENT_TYPE_COUNT]; in ActivityRecognitionHardware()241 for (int activity = 0; activity < mSupportedActivitiesCount; ++activity) { in onCallbackDied()