Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserJourneyLogger.java92 public static final int USER_JOURNEY_USER_CREATE = field in UserJourneyLogger
111 USER_JOURNEY_USER_CREATE,
205 case USER_JOURNEY_USER_CREATE: in journeyToEvent()
517 final int key = getUserJourneyKey(-1, USER_JOURNEY_USER_CREATE); in logUserCreateJourneyFinish()
528 USER_JOURNEY_USER_CREATE, originalUserId, targetUser.id, in logUserCreateJourneyFinish()
H A DUserManagerService.java33 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_USER_CREATE;
4752 mUserJourneyLogger.logUserJourneyBegin(noneUserId, USER_JOURNEY_USER_CREATE);
4763 USER_JOURNEY_USER_CREATE,
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserJourneyLoggerTest.java29 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_USER_CREATE;
116 .logUserJourneyBegin(-1, USER_JOURNEY_USER_CREATE); in testCreateUserJourney()
132 USER_JOURNEY_USER_CREATE, 0, 10, in testCreateUserJourney()