Home
last modified time | relevance | path

Searched refs:mSupportedActivitiesCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DActivityRecognitionHardware.java57 private final int mSupportedActivitiesCount; field in ActivityRecognitionHardware
73 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()