Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java65 private static final String USER_UNLOCKED = "Unlocked"; // Logged as onUnlockedUser field in SystemServiceManager
312 onUser(USER_UNLOCKED, userId); in onUserUnlocked()
411 case USER_UNLOCKED: in onUser()
/aosp12/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java321 public static final int USER_UNLOCKED = 28; field in UsageEvents.Event
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java29 import static android.app.usage.UsageEvents.Event.USER_UNLOCKED;
391 final Event unlockEvent = new Event(USER_UNLOCKED, SystemClock.elapsedRealtime()); in onUserUnlocked()
H A DUserUsageStatsService.java1182 case Event.USER_UNLOCKED: in eventToString()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11169 field public static final String ACTION_USER_UNLOCKED = "android.intent.action.USER_UNLOCKED";