Searched refs:WRITE_USER_MSG (Results 1 – 1 of 1) sorted by relevance
290 static final int WRITE_USER_MSG = 1; field in UserManagerService4167 if (!mHandler.hasMessages(WRITE_USER_MSG, userId)) { in scheduleWriteUser()4168 Message msg = mHandler.obtainMessage(WRITE_USER_MSG, userId); in scheduleWriteUser()6781 case WRITE_USER_MSG:6782 removeMessages(WRITE_USER_MSG, msg.obj);