Searched refs:WRITE_USER_MSG (Results 1 – 1 of 1) sorted by relevance
314 static final int WRITE_USER_MSG = 1; field in UserManagerService4767 if (!mHandler.hasMessages(WRITE_USER_MSG, userId)) { in scheduleWriteUser()4768 Message msg = mHandler.obtainMessage(WRITE_USER_MSG, userId); in scheduleWriteUser()7402 case WRITE_USER_MSG:7403 removeMessages(WRITE_USER_MSG, msg.obj);