HomeSort by relevance Sort by last modified time
    Searched refs:MSG_USER_SWITCHED (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/UsbTests/src/com/android/server/usb/
UsbHandlerTest.java 79 private static final int MSG_USER_SWITCHED = 5;
252 Message msg = mUsbHandler.obtainMessage(MSG_USER_SWITCHED);
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 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));
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 142 private static final int MSG_USER_SWITCHED = 5;
402 mHandler.obtainMessage(MSG_USER_SWITCHED, newCurrentUserId, 0).sendToTarget();
    [all...]

Completed in 75 milliseconds