Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/color/
H A DColorDisplayService.java115 private static final int MSG_USER_CHANGED = 0; field in ColorDisplayService
212 final Message message = mHandler.obtainMessage(MSG_USER_CHANGED); in onUserStarting()
220 final Message message = mHandler.obtainMessage(MSG_USER_CHANGED); in onUserSwitching()
228 final Message message = mHandler.obtainMessage(MSG_USER_CHANGED); in onUserStopping()
1572 case MSG_USER_CHANGED: in handleMessage()