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/java/com/android/server/
TelephonyRegistry.java
135
private static final int
MSG_USER_SWITCHED
= 1;
141
case
MSG_USER_SWITCHED
: {
142
if (DBG) Slog.d(TAG, "
MSG_USER_SWITCHED
userId=" + msg.arg1);
155
mHandler.sendMessage(mHandler.obtainMessage(
MSG_USER_SWITCHED
,
/frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java
91
private static final int
MSG_USER_SWITCHED
= 5;
326
mHandler.obtainMessage(
MSG_USER_SWITCHED
, userId, 0).sendToTarget();
640
case
MSG_USER_SWITCHED
: {
[
all
...]
Completed in 165 milliseconds