Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserJourneyLogger.java198 private static int journeyToEvent(@UserJourney int journey) { in journeyToEvent() argument
199 switch (journey) { in journeyToEvent()
368 @UserJourney int journey) { in finishAndClearIncompleteUserJourney() argument
382 journey, in finishAndClearIncompleteUserJourney()
399 UserInfo targetUser, @UserJourney int journey) { in logUserJourneyFinish() argument
446 journey, originalUserId, targetUser.id, in logUserJourneyFinishWithError()
469 journey, originalUserId, targetUser.id, in logDelayedUserJourneyFinishWithError()
544 @UserJourney int journey) { in logUserJourneyBegin() argument
568 @UserJourney int journey, long startTime) { in startSessionForDelayedJourney() argument
593 mJourney = journey; in UserJourneySession()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserJourneyLoggerTest.java535 long sessionId, int journey, int originalUserId, in captureAndAssert() argument
548 assertThat(mJourney.getValue()).isEqualTo(journey); in captureAndAssert()
558 UserJourneyLogger.UserJourneySession session, int journey, int originalUserId, in captureLogAndAssert() argument
560 mUserJourneyLogger.logUserLifecycleJourneyReported(session, journey, originalUserId, in captureLogAndAssert()
563 captureAndAssert(mUserJourneyLogger, session.mSessionId, journey, originalUserId, in captureLogAndAssert()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java3271 @UserJourneyLogger.UserJourney int journey) {
3273 .finishAndClearIncompleteUserJourney(targetId, journey);
3277 "Starting a new journey: " + journey + " with session id: "
3289 .logUserJourneyBegin(targetId, journey);
3291 targetId, /* arg2= */ journey, newSession), USER_JOURNEY_TIMEOUT_MS);