Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserJourneyLogger.java461 public UserJourneySession logDelayedUserJourneyFinishWithError(@UserIdInt int originalUserId, in logDelayedUserJourneyFinishWithError() method in UserJourneyLogger
H A DUserManagerService.java5590 .logDelayedUserJourneyFinishWithError(originUserId,
5601 .logDelayedUserJourneyFinishWithError(originUserId,
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserJourneyLoggerTest.java513 mUserJourneyLogger.logDelayedUserJourneyFinishWithError(0, targetUser, in testUserLifecycleJourney()