OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_ACTIVITY_EVENT_LAST
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/powermanager/
PowerManager.h
33
USER_ACTIVITY_EVENT_LAST
= USER_ACTIVITY_EVENT_ACCESSIBILITY, // Last valid event code.
/frameworks/base/services/core/jni/
com_android_server_power_PowerManagerService.cpp
62
static nsecs_t gLastEventTime[
USER_ACTIVITY_EVENT_LAST
+ 1];
116
if (eventType >= 0 && eventType <=
USER_ACTIVITY_EVENT_LAST
) {
240
for (int i = 0; i <=
USER_ACTIVITY_EVENT_LAST
; i++) {
Completed in 380 milliseconds