Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/location/
DActivityRecognitionHardware.java59 private final int[][] mSupportedActivitiesEnabledEvents; field in ActivityRecognitionHardware
74 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt23960 Landroid/hardware/location/ActivityRecognitionHardware;->mSupportedActivitiesEnabledEvents:[[I