Home | History | Annotate | Download | only in server

Lines Matching refs:MSG_USER_SWITCHED

221     private static final int MSG_USER_SWITCHED = 1;
228 case MSG_USER_SWITCHED: {
229 if (VDBG) log("MSG_USER_SWITCHED userId=" + msg.arg1);
287 mHandler.sendMessage(mHandler.obtainMessage(MSG_USER_SWITCHED, userHandle, 0));