Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java160 static final int MSG_UNLOCKED_USER = 5; field in UsageStatsService
348 mHandler.obtainMessage(MSG_UNLOCKED_USER, user.getUserIdentifier(), 0).sendToTarget(); in onUserUnlocking()
1539 case MSG_UNLOCKED_USER: in handleMessage()