OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_USER_SWITCHED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java
111
private static final int
MSG_USER_SWITCHED
= 5;
261
mHandler.obtainMessage(
MSG_USER_SWITCHED
, userId, 0).sendToTarget();
772
case
MSG_USER_SWITCHED
: {
[
all
...]
/frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java
208
private static final int
MSG_USER_SWITCHED
= 1;
215
case
MSG_USER_SWITCHED
: {
216
if (VDBG) log("
MSG_USER_SWITCHED
userId=" + msg.arg1);
259
mHandler.sendMessage(mHandler.obtainMessage(
MSG_USER_SWITCHED
, userHandle, 0));
[
all
...]
Completed in 463 milliseconds