Searched refs:USER_ACTIVITY_EVENT_LAST (Results 1 – 3 of 3) sorted by relevance
33 USER_ACTIVITY_EVENT_LAST = USER_ACTIVITY_EVENT_ACCESSIBILITY, // Last valid event code. enumerator
69 static nsecs_t gLastEventTime[USER_ACTIVITY_EVENT_LAST + 1];107 if (eventType >= 0 && eventType <= USER_ACTIVITY_EVENT_LAST) { in android_server_PowerManagerService_userActivity()291 for (int i = 0; i <= USER_ACTIVITY_EVENT_LAST; i++) { in register_android_server_PowerManagerService()
223 std::array<nsecs_t, USER_ACTIVITY_EVENT_LAST + 1> mLastUserActivityTimes GUARDED_BY(mLock);