Home
last modified time | relevance | path

Searched refs:EVENT_STATE_ERROR (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DUserJourneyLogger.java171 public static final int EVENT_STATE_ERROR = field in UserJourneyLogger
179 EVENT_STATE_ERROR,
268 return EVENT_STATE_ERROR; in errorToFinishState()
313 EVENT_STATE_ERROR, ERROR_CODE_INVALID_SESSION_ID); in logUserLifecycleEventOccurred()
381 EVENT_STATE_ERROR, in finishAndClearIncompleteUserJourney()
498 EVENT_STATE_ERROR, in logNullUserJourneyError()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserJourneyLoggerTest.java25 import static com.android.server.pm.UserJourneyLogger.EVENT_STATE_ERROR;
243 EVENT_STATE_ERROR, in testRemovePrivateProfileUserJourneyWithError()
348 EVENT_STATE_ERROR, in testIncompleteStopUserJourney()
401 EVENT_STATE_ERROR, ERROR_CODE_NULL_USER_INFO, 2); in testNullUserErrorGrantAdminUserJourney()