Searched defs:mPokey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DPowerManagerService.java224 private volatile int mPokey = 0; field in class:PowerManagerService
867 int oldPokey = mPokey;
877 mPokey = cumulative;
955 pw.println(" mPokey=" + mPokey + " mPokeAwakeonSet=" + mPokeAwakeOnSet);
2031 if (((mPokey & POKE_LOCK_IGNORE_CHEEK_EVENTS) != 0)
2034 Slog.d(TAG, "dropping cheek or short event mPokey=0x" + Integer.toHexString(mPokey));
2039 if (((mPokey & POKE_LOCK_IGNORE_TOUCH_AND_CHEEK_EVENTS) != 0)
2043 Slog.d(TAG, "dropping touch mPokey
[all...]

Completed in 262 milliseconds