Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java85 private static final String USER_UNLOCKED = "Unlocked"; // Logged as onUserUnlocked() field in SystemServiceManager
425 onUser(USER_UNLOCKED, userId); in onUserUnlocked()
571 case USER_UNLOCKED: in onUser()
/frameworks/base/core/java/android/app/usage/
DUsageEvents.java328 public static final int USER_UNLOCKED = 28; field in UsageEvents.Event
391 USER_UNLOCKED,
/frameworks/base/services/usage/java/com/android/server/usage/
DUserUsageStatsService.java1391 case Event.USER_UNLOCKED: in eventToString()
DUsageStatsService.java29 import static android.app.usage.UsageEvents.Event.USER_UNLOCKED;
527 final Event unlockEvent = new Event(USER_UNLOCKED, SystemClock.elapsedRealtime()); in onUserUnlocked()
/frameworks/base/core/api/
Dcurrent.txt11282 field public static final String ACTION_USER_UNLOCKED = "android.intent.action.USER_UNLOCKED";