OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_REMOVE_USER
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/
LockSettingsStrongAuth.java
46
private static final int
MSG_REMOVE_USER
= 4;
137
mHandler.obtainMessage(
MSG_REMOVE_USER
, userId, 0).sendToTarget();
167
case
MSG_REMOVE_USER
:
/frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java
115
static final int
MSG_REMOVE_USER
= 2;
256
mHandler.obtainMessage(
MSG_REMOVE_USER
, userId, 0).sendToTarget();
[
all
...]
Completed in 198 milliseconds