Home
last modified time | relevance | path

Searched refs:MSG_REMOVE_USER (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java51 private static final int MSG_REMOVE_USER = 4; field in LockSettingsStrongAuth
172 mHandler.obtainMessage(MSG_REMOVE_USER, userId, argNotUsed).sendToTarget(); in removeUser()
226 case MSG_REMOVE_USER:
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java107 static final int MSG_REMOVE_USER = 2; field in UsageStatsService
247 mHandler.obtainMessage(MSG_REMOVE_USER, userId, 0).sendToTarget(); in onReceive()
640 case MSG_REMOVE_USER: in handleMessage()